Html Css Color HEX #BC7708 Dark Goldenrod

📋 copy color: '#BC7708'

red 188 ◦ green 119 ◦ blue 8

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

Shades of Dark Goldenrod #BC7708

Tints of Dark Goldenrod #BC7708

RGB

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

 GREEN value IS 119 (46.88% from 255) = 37.78%

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

R = 59.68%
G = 37.78%
B = 2.54%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.96

 K value IS 0.26

RGB Variations

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

Color information

#BC7708 (or 0xBC7708) is known color: Dark Goldenrod. HEX triplet: BC, 77 and 08. RGB value is (188,119,8). Sum of RGB (Red+Green+Blue) = 188+119+8=315 (41% of max value = 765). Red value is 188 (73.83% from 255 or 59.68% from 315); Green value is 119 (46.88% from 255 or 37.78% from 315); Blue value is 8 (3.52% from 255 or 2.54% from 315); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7708 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC7708 is #4388F7. Grayscale: #7F7F7F. Windows color (decimal): -4425976 or 554940. OLE color: 554940.

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

Color convert

RGB 188 119 8 -
CMYK 0 0.37 0.96 0.26
HSL 37º 0.92% 0.38% -
HSV(B) 37º 0.96% 0.74% -
XYZ 27.38 23.9 3.4 -
YUV 126.98 60.86 171.53 -
System Red Green Blue C M Y K H S L
Decimal 188 119 8 0 0.37 0.96 0.26 37 0.92 0.38
Hex BC 77 8 0 25 60 1A 25 5C 26
Octal 274 167 10 0 45 140 32 45 134 46
Binary 10111100 1110111 1000 0 100101 1100000 11010 100101 1011100 100110

Color Harmonies of #BC7708

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7708

Black with #BC7708

Text Example


Text Example

White with #BC7708

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7708; }

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

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

background-color css

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

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

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

border-color css

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

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

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