Html Css Color HEX #B58C13 Dark Goldenrod

📋 copy color: '#B58C13'

red 181 ◦ green 140 ◦ blue 19

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

Shades of Dark Goldenrod #B58C13

Tints of Dark Goldenrod #B58C13

RGB

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

 GREEN value IS 140 (55.08% from 255) = 41.18%

 BLUE value IS 19 (7.81% from 255) = 5.59%

R = 53.24%
G = 41.18%
B = 5.59%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.90

 K value IS 0.29

RGB Variations

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

Color information

#B58C13 (or 0xB58C13) is known color: Dark Goldenrod. HEX triplet: B5, 8C and 13. RGB value is (181,140,19). Sum of RGB (Red+Green+Blue) = 181+140+19=340 (45% of max value = 765). Red value is 181 (71.09% from 255 or 53.24% from 340); Green value is 140 (55.08% from 255 or 41.18% from 340); Blue value is 19 (7.81% from 255 or 5.59% from 340); Max value from RGB is 181 - color contains mainly: red. Hex color #B58C13 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B58C13 is #4A73EC. Grayscale: #8A8A8A. Windows color (decimal): -4879341 or 1281205. OLE color: 1281205.

HSL color Cylindrical-coordinate representation of color #B58C13: hue angle of 44.81º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B58C13 is Cyan = 0, Magento = 0.23, Yellow = 0.90 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 140 19 -
CMYK 0 0.23 0.90 0.29
HSL 44.81º 0.81% 0.39% -
HSV(B) 44.81º 0.9% 0.71% -
XYZ 28.55 28.63 4.64 -
YUV 138.47 60.58 158.34 -
System Red Green Blue C M Y K H S L
Decimal 181 140 19 0 0.23 0.90 0.29 44.81 0.81 0.39
Hex B5 8C 13 0 17 5A 1D 2D 51 27
Octal 265 214 23 0 27 132 35 55 121 47
Binary 10110101 10001100 10011 0 10111 1011010 11101 101101 1010001 100111

Color Harmonies of #B58C13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B58C13

Black with #B58C13

Text Example


Text Example

White with #B58C13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B58C13; }

 p { color: rgb(181,140,19); }

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

background-color css

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

 a { background-color: rgb(181,140,19); }

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

border-color css

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

 span { border-color: rgb(181,140,19); }

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