Html Css Color HEX #B37A08 Dark Goldenrod

📋 copy color: '#B37A08'

red 179 ◦ green 122 ◦ blue 8

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

Shades of Dark Goldenrod #B37A08

Tints of Dark Goldenrod #B37A08

RGB

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

 GREEN value IS 122 (48.05% from 255) = 39.48%

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

R = 57.93%
G = 39.48%
B = 2.59%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.96

 K value IS 0.30

RGB Variations

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

Color information

#B37A08 (or 0xB37A08) is known color: Dark Goldenrod. HEX triplet: B3, 7A and 08. RGB value is (179,122,8). Sum of RGB (Red+Green+Blue) = 179+122+8=309 (40% of max value = 765). Red value is 179 (70.31% from 255 or 57.93% from 309); Green value is 122 (48.05% from 255 or 39.48% from 309); Blue value is 8 (3.52% from 255 or 2.59% from 309); Max value from RGB is 179 - color contains mainly: red. Hex color #B37A08 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B37A08 is #4C85F7. Grayscale: #7E7E7E. Windows color (decimal): -5015032 or 555699. OLE color: 555699.

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

Color convert

RGB 179 122 8 -
CMYK 0 0.32 0.96 0.30
HSL 40º 0.91% 0.37% -
HSV(B) 40º 0.96% 0.7% -
XYZ 25.59 23.52 3.42 -
YUV 126.05 61.38 165.77 -
System Red Green Blue C M Y K H S L
Decimal 179 122 8 0 0.32 0.96 0.30 40 0.91 0.37
Hex B3 7A 8 0 20 60 1E 28 5B 25
Octal 263 172 10 0 40 140 36 50 133 45
Binary 10110011 1111010 1000 0 100000 1100000 11110 101000 1011011 100101

Color Harmonies of #B37A08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B37A08

Black with #B37A08

Text Example


Text Example

White with #B37A08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B37A08; }

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

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

background-color css

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

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

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

border-color css

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

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

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