Html Css Color HEX #B58C17 Dark Goldenrod

📋 copy color: '#B58C17'

red 181 ◦ green 140 ◦ blue 23

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

Shades of Dark Goldenrod #B58C17

Tints of Dark Goldenrod #B58C17

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 6.69%

R = 52.62%
G = 40.7%
B = 6.69%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.87

 K value IS 0.29

RGB Variations

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

Color information

#B58C17 (or 0xB58C17) is known color: Dark Goldenrod. HEX triplet: B5, 8C and 17. RGB value is (181,140,23). Sum of RGB (Red+Green+Blue) = 181+140+23=344 (45% of max value = 765). Red value is 181 (71.09% from 255 or 52.62% from 344); Green value is 140 (55.08% from 255 or 40.70% from 344); Blue value is 23 (9.38% from 255 or 6.69% from 344); Max value from RGB is 181 - color contains mainly: red. Hex color #B58C17 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B58C17 is #4A73E8. Grayscale: #8B8B8B. Windows color (decimal): -4879337 or 1543349. OLE color: 1543349.

HSL color Cylindrical-coordinate representation of color #B58C17: hue angle of 44.43º degrees, saturation: 0.77, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B58C17 is Cyan = 0, Magento = 0.23, Yellow = 0.87 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 140 23 -
CMYK 0 0.23 0.87 0.29
HSL 44.43º 0.77% 0.4% -
HSV(B) 44.43º 0.87% 0.71% -
XYZ 28.59 28.64 4.83 -
YUV 138.92 62.58 158.01 -
System Red Green Blue C M Y K H S L
Decimal 181 140 23 0 0.23 0.87 0.29 44.43 0.77 0.4
Hex B5 8C 17 0 17 57 1D 2C 4D 28
Octal 265 214 27 0 27 127 35 54 115 50
Binary 10110101 10001100 10111 0 10111 1010111 11101 101100 1001101 101000

Color Harmonies of #B58C17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B58C17

Black with #B58C17

Text Example


Text Example

White with #B58C17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B58C17; }

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

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

background-color css

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

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

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

border-color css

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

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

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