Html Css Color HEX #B37408 Dark Goldenrod

📋 copy color: '#B37408'

red 179 ◦ green 116 ◦ blue 8

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

Shades of Dark Goldenrod #B37408

Tints of Dark Goldenrod #B37408

RGB

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

 GREEN value IS 116 (45.7% from 255) = 38.28%

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

R = 59.08%
G = 38.28%
B = 2.64%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.96

 K value IS 0.30

RGB Variations

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

Color information

#B37408 (or 0xB37408) is known color: Dark Goldenrod. HEX triplet: B3, 74 and 08. RGB value is (179,116,8). Sum of RGB (Red+Green+Blue) = 179+116+8=303 (40% of max value = 765). Red value is 179 (70.31% from 255 or 59.08% from 303); Green value is 116 (45.70% from 255 or 38.28% from 303); Blue value is 8 (3.52% from 255 or 2.64% from 303); Max value from RGB is 179 - color contains mainly: red. Hex color #B37408 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B37408 is #4C8BF7. Grayscale: #7B7B7B. Windows color (decimal): -5016568 or 554163. OLE color: 554163.

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

Color convert

RGB 179 116 8 -
CMYK 0 0.35 0.96 0.30
HSL 37.89º 0.91% 0.37% -
HSV(B) 37.89º 0.96% 0.7% -
XYZ 24.88 22.09 3.18 -
YUV 122.53 63.37 168.28 -
System Red Green Blue C M Y K H S L
Decimal 179 116 8 0 0.35 0.96 0.30 37.89 0.91 0.37
Hex B3 74 8 0 23 60 1E 26 5B 25
Octal 263 164 10 0 43 140 36 46 133 45
Binary 10110011 1110100 1000 0 100011 1100000 11110 100110 1011011 100101

Color Harmonies of #B37408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B37408

Black with #B37408

Text Example


Text Example

White with #B37408

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B37408; }

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

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

background-color css

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

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

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

border-color css

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

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

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