Html Css Color HEX #B37E08 Dark Goldenrod

📋 copy color: '#B37E08'

red 179 ◦ green 126 ◦ blue 8

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

Shades of Dark Goldenrod #B37E08

Tints of Dark Goldenrod #B37E08

RGB

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

 GREEN value IS 126 (49.61% from 255) = 40.26%

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

R = 57.19%
G = 40.26%
B = 2.56%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.96

 K value IS 0.30

RGB Variations

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

Color information

#B37E08 (or 0xB37E08) is known color: Dark Goldenrod. HEX triplet: B3, 7E and 08. RGB value is (179,126,8). Sum of RGB (Red+Green+Blue) = 179+126+8=313 (41% of max value = 765). Red value is 179 (70.31% from 255 or 57.19% from 313); Green value is 126 (49.61% from 255 or 40.26% from 313); Blue value is 8 (3.52% from 255 or 2.56% from 313); Max value from RGB is 179 - color contains mainly: red. Hex color #B37E08 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B37E08 is #4C81F7. Grayscale: #808080. Windows color (decimal): -5014008 or 556723. OLE color: 556723.

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

Color convert

RGB 179 126 8 -
CMYK 0 0.30 0.96 0.30
HSL 41.4º 0.91% 0.37% -
HSV(B) 41.4º 0.96% 0.7% -
XYZ 26.1 24.52 3.59 -
YUV 128.4 60.06 164.09 -
System Red Green Blue C M Y K H S L
Decimal 179 126 8 0 0.30 0.96 0.30 41.4 0.91 0.37
Hex B3 7E 8 0 1E 60 1E 29 5B 25
Octal 263 176 10 0 36 140 36 51 133 45
Binary 10110011 1111110 1000 0 11110 1100000 11110 101001 1011011 100101

Color Harmonies of #B37E08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B37E08

Black with #B37E08

Text Example


Text Example

White with #B37E08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B37E08; }

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

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

background-color css

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

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

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

border-color css

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

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

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