Html Css Color HEX #B76D0B Dark Goldenrod

📋 copy color: '#B76D0B'

red 183 ◦ green 109 ◦ blue 11

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

Shades of Dark Goldenrod #B76D0B

Tints of Dark Goldenrod #B76D0B

RGB

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

 GREEN value IS 109 (42.97% from 255) = 35.97%

 BLUE value IS 11 (4.69% from 255) = 3.63%

R = 60.4%
G = 35.97%
B = 3.63%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.94

 K value IS 0.28

RGB Variations

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

Color information

#B76D0B (or 0xB76D0B) is known color: Dark Goldenrod. HEX triplet: B7, 6D and 0B. RGB value is (183,109,11). Sum of RGB (Red+Green+Blue) = 183+109+11=303 (40% of max value = 765). Red value is 183 (71.88% from 255 or 60.40% from 303); Green value is 109 (42.97% from 255 or 35.97% from 303); Blue value is 11 (4.69% from 255 or 3.63% from 303); Max value from RGB is 183 - color contains mainly: red. Hex color #B76D0B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B76D0B is #4892F4. Grayscale: #787878. Windows color (decimal): -4756213 or 748983. OLE color: 748983.

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

Color convert

RGB 183 109 11 -
CMYK 0 0.40 0.94 0.28
HSL 34.19º 0.89% 0.38% -
HSV(B) 34.19º 0.94% 0.72% -
XYZ 25.06 21.03 3.05 -
YUV 119.95 66.52 172.97 -
System Red Green Blue C M Y K H S L
Decimal 183 109 11 0 0.40 0.94 0.28 34.19 0.89 0.38
Hex B7 6D B 0 28 5E 1C 22 59 26
Octal 267 155 13 0 50 136 34 42 131 46
Binary 10110111 1101101 1011 0 101000 1011110 11100 100010 1011001 100110

Color Harmonies of #B76D0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B76D0B

Black with #B76D0B

Text Example


Text Example

White with #B76D0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B76D0B; }

 p { color: rgb(183,109,11); }

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

background-color css

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

 a { background-color: rgb(183,109,11); }

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

border-color css

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

 span { border-color: rgb(183,109,11); }

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