Html Css Color HEX #BC7808 Dark Goldenrod

📋 copy color: '#BC7808'

red 188 ◦ green 120 ◦ blue 8

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

Shades of Dark Goldenrod #BC7808

Tints of Dark Goldenrod #BC7808

RGB

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

 GREEN value IS 120 (47.27% from 255) = 37.97%

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

R = 59.49%
G = 37.97%
B = 2.53%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.96

 K value IS 0.26

RGB Variations

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

Color information

#BC7808 (or 0xBC7808) is known color: Dark Goldenrod. HEX triplet: BC, 78 and 08. RGB value is (188,120,8). Sum of RGB (Red+Green+Blue) = 188+120+8=316 (41% of max value = 765). Red value is 188 (73.83% from 255 or 59.49% from 316); Green value is 120 (47.27% from 255 or 37.97% from 316); Blue value is 8 (3.52% from 255 or 2.53% from 316); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7808 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC7808 is #4387F7. Grayscale: #808080. Windows color (decimal): -4425720 or 555196. OLE color: 555196.

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

Color convert

RGB 188 120 8 -
CMYK 0 0.36 0.96 0.26
HSL 37.33º 0.92% 0.38% -
HSV(B) 37.33º 0.96% 0.74% -
XYZ 27.5 24.14 3.44 -
YUV 127.56 60.53 171.11 -
System Red Green Blue C M Y K H S L
Decimal 188 120 8 0 0.36 0.96 0.26 37.33 0.92 0.38
Hex BC 78 8 0 24 60 1A 25 5C 26
Octal 274 170 10 0 44 140 32 45 134 46
Binary 10111100 1111000 1000 0 100100 1100000 11010 100101 1011100 100110

Color Harmonies of #BC7808

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7808

Black with #BC7808

Text Example


Text Example

White with #BC7808

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7808; }

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

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

background-color css

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

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

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

border-color css

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

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

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