Html Css Color HEX #BC8608 Dark Goldenrod

📋 copy color: '#BC8608'

red 188 ◦ green 134 ◦ blue 8

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

Shades of Dark Goldenrod #BC8608

Tints of Dark Goldenrod #BC8608

RGB

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

 GREEN value IS 134 (52.73% from 255) = 40.61%

 BLUE value IS 8 (3.52% from 255) = 2.42%

R = 56.97%
G = 40.61%
B = 2.42%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.96

 K value IS 0.26

RGB Variations

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

Color information

#BC8608 (or 0xBC8608) is known color: Dark Goldenrod. HEX triplet: BC, 86 and 08. RGB value is (188,134,8). Sum of RGB (Red+Green+Blue) = 188+134+8=330 (43% of max value = 765). Red value is 188 (73.83% from 255 or 56.97% from 330); Green value is 134 (52.73% from 255 or 40.61% from 330); Blue value is 8 (3.52% from 255 or 2.42% from 330); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8608 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BC8608 is #4379F7. Grayscale: #888888. Windows color (decimal): -4422136 or 558780. OLE color: 558780.

HSL color Cylindrical-coordinate representation of color #BC8608: hue angle of 42º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BC8608 is Cyan = 0, Magento = 0.29, Yellow = 0.96 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 134 8 -
CMYK 0 0.29 0.96 0.26
HSL 42º 0.92% 0.38% -
HSV(B) 42º 0.96% 0.74% -
XYZ 29.31 27.76 4.04 -
YUV 135.78 55.89 165.25 -
System Red Green Blue C M Y K H S L
Decimal 188 134 8 0 0.29 0.96 0.26 42 0.92 0.38
Hex BC 86 8 0 1D 60 1A 2A 5C 26
Octal 274 206 10 0 35 140 32 52 134 46
Binary 10111100 10000110 1000 0 11101 1100000 11010 101010 1011100 100110

Color Harmonies of #BC8608

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8608

Black with #BC8608

Text Example


Text Example

White with #BC8608

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8608; }

 p { color: rgb(188,134,8); }

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

background-color css

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

 a { background-color: rgb(188,134,8); }

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

border-color css

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

 span { border-color: rgb(188,134,8); }

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