Html Css Color HEX #B76C08 Dark Goldenrod

📋 copy color: '#B76C08'

red 183 ◦ green 108 ◦ blue 8

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

Shades of Dark Goldenrod #B76C08

Tints of Dark Goldenrod #B76C08

RGB

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

 GREEN value IS 108 (42.58% from 255) = 36.12%

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

R = 61.2%
G = 36.12%
B = 2.68%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.96

 K value IS 0.28

RGB Variations

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

Color information

#B76C08 (or 0xB76C08) is known color: Dark Goldenrod. HEX triplet: B7, 6C and 08. RGB value is (183,108,8). Sum of RGB (Red+Green+Blue) = 183+108+8=299 (39% of max value = 765). Red value is 183 (71.88% from 255 or 61.20% from 299); Green value is 108 (42.58% from 255 or 36.12% from 299); Blue value is 8 (3.52% from 255 or 2.68% from 299); Max value from RGB is 183 - color contains mainly: red. Hex color #B76C08 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B76C08 is #4893F7. Grayscale: #777777. Windows color (decimal): -4756472 or 552119. OLE color: 552119.

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

Color convert

RGB 183 108 8 -
CMYK 0 0.41 0.96 0.28
HSL 34.29º 0.92% 0.37% -
HSV(B) 34.29º 0.96% 0.72% -
XYZ 24.93 20.81 2.93 -
YUV 119.03 65.35 173.63 -
System Red Green Blue C M Y K H S L
Decimal 183 108 8 0 0.41 0.96 0.28 34.29 0.92 0.37
Hex B7 6C 8 0 29 60 1C 22 5C 25
Octal 267 154 10 0 51 140 34 42 134 45
Binary 10110111 1101100 1000 0 101001 1100000 11100 100010 1011100 100101

Color Harmonies of #B76C08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B76C08

Black with #B76C08

Text Example


Text Example

White with #B76C08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B76C08; }

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

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

background-color css

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

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

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

border-color css

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

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

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