Html Css Color HEX #B58D0E Dark Goldenrod

📋 copy color: '#B58D0E'

red 181 ◦ green 141 ◦ blue 14

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

Shades of Dark Goldenrod #B58D0E

Tints of Dark Goldenrod #B58D0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 4.17%

R = 53.87%
G = 41.96%
B = 4.17%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.92

 K value IS 0.29

RGB Variations

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

Color information

#B58D0E (or 0xB58D0E) is known color: Dark Goldenrod. HEX triplet: B5, 8D and 0E. RGB value is (181,141,14). Sum of RGB (Red+Green+Blue) = 181+141+14=336 (44% of max value = 765). Red value is 181 (71.09% from 255 or 53.87% from 336); Green value is 141 (55.47% from 255 or 41.96% from 336); Blue value is 14 (5.86% from 255 or 4.17% from 336); Max value from RGB is 181 - color contains mainly: red. Hex color #B58D0E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B58D0E is #4A72F1. Grayscale: #8B8B8B. Windows color (decimal): -4879090 or 953781. OLE color: 953781.

HSL color Cylindrical-coordinate representation of color #B58D0E: hue angle of 45.63º degrees, saturation: 0.86, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B58D0E is Cyan = 0, Magento = 0.22, Yellow = 0.92 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 141 14 -
CMYK 0 0.22 0.92 0.29
HSL 45.63º 0.86% 0.38% -
HSV(B) 45.63º 0.92% 0.71% -
XYZ 28.66 28.91 4.48 -
YUV 138.48 57.75 158.33 -
System Red Green Blue C M Y K H S L
Decimal 181 141 14 0 0.22 0.92 0.29 45.63 0.86 0.38
Hex B5 8D E 0 16 5C 1D 2E 56 26
Octal 265 215 16 0 26 134 35 56 126 46
Binary 10110101 10001101 1110 0 10110 1011100 11101 101110 1010110 100110

Color Harmonies of #B58D0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B58D0E

Black with #B58D0E

Text Example


Text Example

White with #B58D0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B58D0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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