Html Css Color HEX #BC8C17 Dark Goldenrod

📋 copy color: '#BC8C17'

red 188 ◦ green 140 ◦ blue 23

#BC8C17
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Goldenrod #BC8C17

Tints of Dark Goldenrod #BC8C17

RGB

 RED value IS 188 (73.83% from 255) = 53.56%

 GREEN value IS 140 (55.08% from 255) = 39.89%

 BLUE value IS 23 (9.38% from 255) = 6.55%

R = 53.56%
G = 39.89%
B = 6.55%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.88

 K value IS 0.26

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#BC8C17 (or 0xBC8C17) is known color: Dark Goldenrod. HEX triplet: BC, 8C and 17. RGB value is (188,140,23). Sum of RGB (Red+Green+Blue) = 188+140+23=351 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.56% from 351); Green value is 140 (55.08% from 255 or 39.89% from 351); Blue value is 23 (9.38% from 255 or 6.55% from 351); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8C17 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BC8C17 is #4373E8. Grayscale: #8D8D8D. Windows color (decimal): -4420585 or 1543356. OLE color: 1543356.

HSL color Cylindrical-coordinate representation of color #BC8C17: hue angle of 42.55º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BC8C17 is Cyan = 0, Magento = 0.26, Yellow = 0.88 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 140 23 -
CMYK 0 0.26 0.88 0.26
HSL 42.55º 0.78% 0.41% -
HSV(B) 42.55º 0.88% 0.74% -
XYZ 30.27 29.51 4.91 -
YUV 141.01 61.4 161.51 -
System Red Green Blue C M Y K H S L
Decimal 188 140 23 0 0.26 0.88 0.26 42.55 0.78 0.41
Hex BC 8C 17 0 1A 58 1A 2B 4E 29
Octal 274 214 27 0 32 130 32 53 116 51
Binary 10111100 10001100 10111 0 11010 1011000 11010 101011 1001110 101001

Color Harmonies of #BC8C17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8C17

Black with #BC8C17

Text Example


Text Example

White with #BC8C17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8C17; }

 p { color: rgb(188,140,23); }

 H1.HeaderClassName
 {
   color: #BC8C17;
 }
 .AnyTagClassName
 {
   color: #BC8C17;
 }
</style>

background-color css

<style>
 a { background-color: #BC8C17; }

 a { background-color: rgb(188,140,23); }

 div.DivClassName
 {
   background-color: #BC8C17;
 }
 .BgClassName
 {
   background-color: #BC8C17;
 }
</style>

border-color css

<style>
 span { border-color: #BC8C17; }

 span { border-color: rgb(188,140,23); }

 td.TdClassName
 {
   border-color: #BC8C17;
 }
 .TagClassName
 {
   border-color: #BC8C17;
 }
</style>