Html Css Color HEX #B76F0C Dark Goldenrod

📋 copy color: '#B76F0C'

red 183 ◦ green 111 ◦ blue 12

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

Shades of Dark Goldenrod #B76F0C

Tints of Dark Goldenrod #B76F0C

RGB

 RED value IS 183 (71.88% from 255) = 59.8%

 GREEN value IS 111 (43.75% from 255) = 36.27%

 BLUE value IS 12 (5.08% from 255) = 3.92%

R = 59.8%
G = 36.27%
B = 3.92%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.93

 K value IS 0.28

RGB Variations

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

Color information

#B76F0C (or 0xB76F0C) is known color: Dark Goldenrod. HEX triplet: B7, 6F and 0C. RGB value is (183,111,12). Sum of RGB (Red+Green+Blue) = 183+111+12=306 (40% of max value = 765). Red value is 183 (71.88% from 255 or 59.80% from 306); Green value is 111 (43.75% from 255 or 36.27% from 306); Blue value is 12 (5.08% from 255 or 3.92% from 306); Max value from RGB is 183 - color contains mainly: red. Hex color #B76F0C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B76F0C is #4890F3. Grayscale: #797979. Windows color (decimal): -4755700 or 815031. OLE color: 815031.

HSL color Cylindrical-coordinate representation of color #B76F0C: hue angle of 34.74º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B76F0C is Cyan = 0, Magento = 0.39, Yellow = 0.93 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 111 12 -
CMYK 0 0.39 0.93 0.28
HSL 34.74º 0.88% 0.38% -
HSV(B) 34.74º 0.93% 0.72% -
XYZ 25.28 21.46 3.16 -
YUV 121.24 66.35 172.05 -
System Red Green Blue C M Y K H S L
Decimal 183 111 12 0 0.39 0.93 0.28 34.74 0.88 0.38
Hex B7 6F C 0 27 5D 1C 23 58 26
Octal 267 157 14 0 47 135 34 43 130 46
Binary 10110111 1101111 1100 0 100111 1011101 11100 100011 1011000 100110

Color Harmonies of #B76F0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B76F0C

Black with #B76F0C

Text Example


Text Example

White with #B76F0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B76F0C; }

 p { color: rgb(183,111,12); }

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

background-color css

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

 a { background-color: rgb(183,111,12); }

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

border-color css

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

 span { border-color: rgb(183,111,12); }

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