Html Css Color HEX #B59014 Dark Goldenrod

📋 copy color: '#B59014'

red 181 ◦ green 144 ◦ blue 20

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

Shades of Dark Goldenrod #B59014

Tints of Dark Goldenrod #B59014

RGB

 RED value IS 181 (71.09% from 255) = 52.46%

 GREEN value IS 144 (56.64% from 255) = 41.74%

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

R = 52.46%
G = 41.74%
B = 5.8%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.89

 K value IS 0.29

RGB Variations

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

Color information

#B59014 (or 0xB59014) is known color: Dark Goldenrod. HEX triplet: B5, 90 and 14. RGB value is (181,144,20). Sum of RGB (Red+Green+Blue) = 181+144+20=345 (45% of max value = 765). Red value is 181 (71.09% from 255 or 52.46% from 345); Green value is 144 (56.64% from 255 or 41.74% from 345); Blue value is 20 (8.20% from 255 or 5.80% from 345); Max value from RGB is 181 - color contains mainly: red. Hex color #B59014 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B59014 is #4A6FEB. Grayscale: #8D8D8D. Windows color (decimal): -4878316 or 1347765. OLE color: 1347765.

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

Color convert

RGB 181 144 20 -
CMYK 0 0.20 0.89 0.29
HSL 46.21º 0.8% 0.39% -
HSV(B) 46.21º 0.89% 0.71% -
XYZ 29.16 29.82 4.88 -
YUV 140.93 59.76 156.58 -
System Red Green Blue C M Y K H S L
Decimal 181 144 20 0 0.20 0.89 0.29 46.21 0.8 0.39
Hex B5 90 14 0 14 59 1D 2E 50 27
Octal 265 220 24 0 24 131 35 56 120 47
Binary 10110101 10010000 10100 0 10100 1011001 11101 101110 1010000 100111

Color Harmonies of #B59014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B59014

Black with #B59014

Text Example


Text Example

White with #B59014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B59014; }

 p { color: rgb(181,144,20); }

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

background-color css

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

 a { background-color: rgb(181,144,20); }

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

border-color css

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

 span { border-color: rgb(181,144,20); }

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