Html Css Color HEX #B76D0A Dark Goldenrod

📋 copy color: '#B76D0A'

red 183 ◦ green 109 ◦ blue 10

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

Shades of Dark Goldenrod #B76D0A

Tints of Dark Goldenrod #B76D0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.31%

R = 60.6%
G = 36.09%
B = 3.31%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.95

 K value IS 0.28

RGB Variations

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

Color information

#B76D0A (or 0xB76D0A) is known color: Dark Goldenrod. HEX triplet: B7, 6D and 0A. RGB value is (183,109,10). Sum of RGB (Red+Green+Blue) = 183+109+10=302 (40% of max value = 765). Red value is 183 (71.88% from 255 or 60.60% from 302); Green value is 109 (42.97% from 255 or 36.09% from 302); Blue value is 10 (4.30% from 255 or 3.31% from 302); Max value from RGB is 183 - color contains mainly: red. Hex color #B76D0A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B76D0A is #4892F5. Grayscale: #787878. Windows color (decimal): -4756214 or 683447. OLE color: 683447.

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

Color convert

RGB 183 109 10 -
CMYK 0 0.40 0.95 0.28
HSL 34.34º 0.9% 0.38% -
HSV(B) 34.34º 0.95% 0.72% -
XYZ 25.05 21.03 3.03 -
YUV 119.84 66.02 173.05 -
System Red Green Blue C M Y K H S L
Decimal 183 109 10 0 0.40 0.95 0.28 34.34 0.9 0.38
Hex B7 6D A 0 28 5F 1C 22 5A 26
Octal 267 155 12 0 50 137 34 42 132 46
Binary 10110111 1101101 1010 0 101000 1011111 11100 100010 1011010 100110

Color Harmonies of #B76D0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B76D0A

Black with #B76D0A

Text Example


Text Example

White with #B76D0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B76D0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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