Html Css Color HEX #B58014 Dark Goldenrod

📋 copy color: '#B58014'

red 181 ◦ green 128 ◦ blue 20

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

Shades of Dark Goldenrod #B58014

Tints of Dark Goldenrod #B58014

RGB

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

 GREEN value IS 128 (50.39% from 255) = 38.91%

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

R = 55.02%
G = 38.91%
B = 6.08%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.89

 K value IS 0.29

RGB Variations

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

Color information

#B58014 (or 0xB58014) is known color: Dark Goldenrod. HEX triplet: B5, 80 and 14. RGB value is (181,128,20). Sum of RGB (Red+Green+Blue) = 181+128+20=329 (43% of max value = 765). Red value is 181 (71.09% from 255 or 55.02% from 329); Green value is 128 (50.39% from 255 or 38.91% from 329); Blue value is 20 (8.20% from 255 or 6.08% from 329); Max value from RGB is 181 - color contains mainly: red. Hex color #B58014 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B58014 is #4A7FEB. Grayscale: #848484. Windows color (decimal): -4882412 or 1343669. OLE color: 1343669.

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

Color convert

RGB 181 128 20 -
CMYK 0 0.29 0.89 0.29
HSL 40.25º 0.8% 0.39% -
HSV(B) 40.25º 0.89% 0.71% -
XYZ 26.9 25.31 4.13 -
YUV 131.54 65.06 163.28 -
System Red Green Blue C M Y K H S L
Decimal 181 128 20 0 0.29 0.89 0.29 40.25 0.8 0.39
Hex B5 80 14 0 1D 59 1D 28 50 27
Octal 265 200 24 0 35 131 35 50 120 47
Binary 10110101 10000000 10100 0 11101 1011001 11101 101000 1010000 100111

Color Harmonies of #B58014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B58014

Black with #B58014

Text Example


Text Example

White with #B58014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B58014; }

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

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

background-color css

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

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

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

border-color css

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

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

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