Html Css Color HEX #B58D14 Dark Goldenrod

📋 copy color: '#B58D14'

red 181 ◦ green 141 ◦ blue 20

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

Shades of Dark Goldenrod #B58D14

Tints of Dark Goldenrod #B58D14

RGB

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

 GREEN value IS 141 (55.47% from 255) = 41.23%

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

R = 52.92%
G = 41.23%
B = 5.85%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.89

 K value IS 0.29

RGB Variations

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

Color information

#B58D14 (or 0xB58D14) is known color: Dark Goldenrod. HEX triplet: B5, 8D and 14. RGB value is (181,141,20). Sum of RGB (Red+Green+Blue) = 181+141+20=342 (45% of max value = 765). Red value is 181 (71.09% from 255 or 52.92% from 342); Green value is 141 (55.47% from 255 or 41.23% from 342); Blue value is 20 (8.20% from 255 or 5.85% from 342); Max value from RGB is 181 - color contains mainly: red. Hex color #B58D14 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B58D14 is #4A72EB. Grayscale: #8B8B8B. Windows color (decimal): -4879084 or 1346997. OLE color: 1346997.

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

Color convert

RGB 181 141 20 -
CMYK 0 0.22 0.89 0.29
HSL 45.09º 0.8% 0.39% -
HSV(B) 45.09º 0.89% 0.71% -
XYZ 28.71 28.92 4.73 -
YUV 139.17 60.75 157.84 -
System Red Green Blue C M Y K H S L
Decimal 181 141 20 0 0.22 0.89 0.29 45.09 0.8 0.39
Hex B5 8D 14 0 16 59 1D 2D 50 27
Octal 265 215 24 0 26 131 35 55 120 47
Binary 10110101 10001101 10100 0 10110 1011001 11101 101101 1010000 100111

Color Harmonies of #B58D14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B58D14

Black with #B58D14

Text Example


Text Example

White with #B58D14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B58D14; }

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

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

background-color css

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

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

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

border-color css

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

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

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