Html Css Color HEX #B37D14 Dark Goldenrod

📋 copy color: '#B37D14'

red 179 ◦ green 125 ◦ blue 20

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

Shades of Dark Goldenrod #B37D14

Tints of Dark Goldenrod #B37D14

RGB

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

 GREEN value IS 125 (49.22% from 255) = 38.58%

 BLUE value IS 20 (8.2% from 255) = 6.17%

R = 55.25%
G = 38.58%
B = 6.17%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.89

 K value IS 0.30

RGB Variations

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

Color information

#B37D14 (or 0xB37D14) is known color: Dark Goldenrod. HEX triplet: B3, 7D and 14. RGB value is (179,125,20). Sum of RGB (Red+Green+Blue) = 179+125+20=324 (42% of max value = 765). Red value is 179 (70.31% from 255 or 55.25% from 324); Green value is 125 (49.22% from 255 or 38.58% from 324); Blue value is 20 (8.20% from 255 or 6.17% from 324); Max value from RGB is 179 - color contains mainly: red. Hex color #B37D14 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B37D14 is #4C82EB. Grayscale: #818181. Windows color (decimal): -5014252 or 1342899. OLE color: 1342899.

HSL color Cylindrical-coordinate representation of color #B37D14: hue angle of 39.62º degrees, saturation: 0.8, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B37D14 is Cyan = 0, Magento = 0.30, Yellow = 0.89 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 125 20 -
CMYK 0 0.30 0.89 0.30
HSL 39.62º 0.8% 0.39% -
HSV(B) 39.62º 0.89% 0.7% -
XYZ 26.05 24.3 3.98 -
YUV 129.18 66.39 163.54 -
System Red Green Blue C M Y K H S L
Decimal 179 125 20 0 0.30 0.89 0.30 39.62 0.8 0.39
Hex B3 7D 14 0 1E 59 1E 28 50 27
Octal 263 175 24 0 36 131 36 50 120 47
Binary 10110011 1111101 10100 0 11110 1011001 11110 101000 1010000 100111

Color Harmonies of #B37D14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B37D14

Black with #B37D14

Text Example


Text Example

White with #B37D14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B37D14; }

 p { color: rgb(179,125,20); }

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

background-color css

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

 a { background-color: rgb(179,125,20); }

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

border-color css

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

 span { border-color: rgb(179,125,20); }

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