Html Css Color HEX #B37808 Dark Goldenrod

📋 copy color: '#B37808'

red 179 ◦ green 120 ◦ blue 8

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

Shades of Dark Goldenrod #B37808

Tints of Dark Goldenrod #B37808

RGB

 RED value IS 179 (70.31% from 255) = 58.31%

 GREEN value IS 120 (47.27% from 255) = 39.09%

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

R = 58.31%
G = 39.09%
B = 2.61%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.96

 K value IS 0.30

RGB Variations

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

Color information

#B37808 (or 0xB37808) is known color: Dark Goldenrod. HEX triplet: B3, 78 and 08. RGB value is (179,120,8). Sum of RGB (Red+Green+Blue) = 179+120+8=307 (40% of max value = 765). Red value is 179 (70.31% from 255 or 58.31% from 307); Green value is 120 (47.27% from 255 or 39.09% from 307); Blue value is 8 (3.52% from 255 or 2.61% from 307); Max value from RGB is 179 - color contains mainly: red. Hex color #B37808 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B37808 is #4C87F7. Grayscale: #7D7D7D. Windows color (decimal): -5015544 or 555187. OLE color: 555187.

HSL color Cylindrical-coordinate representation of color #B37808: hue angle of 39.3º degrees, saturation: 0.91, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B37808 is Cyan = 0, Magento = 0.33, Yellow = 0.96 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 120 8 -
CMYK 0 0.33 0.96 0.30
HSL 39.3º 0.91% 0.37% -
HSV(B) 39.3º 0.96% 0.7% -
XYZ 25.35 23.03 3.34 -
YUV 124.87 62.05 166.61 -
System Red Green Blue C M Y K H S L
Decimal 179 120 8 0 0.33 0.96 0.30 39.3 0.91 0.37
Hex B3 78 8 0 21 60 1E 27 5B 25
Octal 263 170 10 0 41 140 36 47 133 45
Binary 10110011 1111000 1000 0 100001 1100000 11110 100111 1011011 100101

Color Harmonies of #B37808

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B37808

Black with #B37808

Text Example


Text Example

White with #B37808

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B37808; }

 p { color: rgb(179,120,8); }

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

background-color css

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

 a { background-color: rgb(179,120,8); }

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

border-color css

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

 span { border-color: rgb(179,120,8); }

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