Html Css Color HEX #B76E08 Dark Goldenrod

📋 copy color: '#B76E08'

red 183 ◦ green 110 ◦ blue 8

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

Shades of Dark Goldenrod #B76E08

Tints of Dark Goldenrod #B76E08

RGB

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

 GREEN value IS 110 (43.36% from 255) = 36.54%

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

R = 60.8%
G = 36.54%
B = 2.66%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.96

 K value IS 0.28

RGB Variations

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

Color information

#B76E08 (or 0xB76E08) is known color: Dark Goldenrod. HEX triplet: B7, 6E and 08. RGB value is (183,110,8). Sum of RGB (Red+Green+Blue) = 183+110+8=301 (39% of max value = 765). Red value is 183 (71.88% from 255 or 60.80% from 301); Green value is 110 (43.36% from 255 or 36.54% from 301); Blue value is 8 (3.52% from 255 or 2.66% from 301); Max value from RGB is 183 - color contains mainly: red. Hex color #B76E08 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B76E08 is #4891F7. Grayscale: #787878. Windows color (decimal): -4755960 or 552631. OLE color: 552631.

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

Color convert

RGB 183 110 8 -
CMYK 0 0.40 0.96 0.28
HSL 34.97º 0.92% 0.37% -
HSV(B) 34.97º 0.96% 0.72% -
XYZ 25.15 21.24 3 -
YUV 120.2 64.68 172.79 -
System Red Green Blue C M Y K H S L
Decimal 183 110 8 0 0.40 0.96 0.28 34.97 0.92 0.37
Hex B7 6E 8 0 28 60 1C 23 5C 25
Octal 267 156 10 0 50 140 34 43 134 45
Binary 10110111 1101110 1000 0 101000 1100000 11100 100011 1011100 100101

Color Harmonies of #B76E08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B76E08

Black with #B76E08

Text Example


Text Example

White with #B76E08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B76E08; }

 p { color: rgb(183,110,8); }

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

background-color css

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

 a { background-color: rgb(183,110,8); }

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

border-color css

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

 span { border-color: rgb(183,110,8); }

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