Html Css Color HEX #BC6C08 Dark Goldenrod

📋 copy color: '#BC6C08'

red 188 ◦ green 108 ◦ blue 8

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

Shades of Dark Goldenrod #BC6C08

Tints of Dark Goldenrod #BC6C08

RGB

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

 GREEN value IS 108 (42.58% from 255) = 35.53%

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

R = 61.84%
G = 35.53%
B = 2.63%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.96

 K value IS 0.26

RGB Variations

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

Color information

#BC6C08 (or 0xBC6C08) is known color: Dark Goldenrod. HEX triplet: BC, 6C and 08. RGB value is (188,108,8). Sum of RGB (Red+Green+Blue) = 188+108+8=304 (40% of max value = 765). Red value is 188 (73.83% from 255 or 61.84% from 304); Green value is 108 (42.58% from 255 or 35.53% from 304); Blue value is 8 (3.52% from 255 or 2.63% from 304); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6C08 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC6C08 is #4393F7. Grayscale: #797979. Windows color (decimal): -4428792 or 552124. OLE color: 552124.

HSL color Cylindrical-coordinate representation of color #BC6C08: hue angle of 33.33º 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 #BC6C08 is Cyan = 0, Magento = 0.43, Yellow = 0.96 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 108 8 -
CMYK 0 0.43 0.96 0.26
HSL 33.33º 0.92% 0.38% -
HSV(B) 33.33º 0.96% 0.74% -
XYZ 26.15 21.43 2.99 -
YUV 120.52 64.5 176.13 -
System Red Green Blue C M Y K H S L
Decimal 188 108 8 0 0.43 0.96 0.26 33.33 0.92 0.38
Hex BC 6C 8 0 2B 60 1A 21 5C 26
Octal 274 154 10 0 53 140 32 41 134 46
Binary 10111100 1101100 1000 0 101011 1100000 11010 100001 1011100 100110

Color Harmonies of #BC6C08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6C08

Black with #BC6C08

Text Example


Text Example

White with #BC6C08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6C08; }

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

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

background-color css

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

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

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

border-color css

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

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

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