Html Css Color HEX #B58C37 Hokey Pokey

📋 copy color: '#B58C37'

red 181 ◦ green 140 ◦ blue 55

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

Shades of Hokey Pokey #B58C37

Tints of Hokey Pokey #B58C37

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 14.63%

R = 48.14%
G = 37.23%
B = 14.63%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.70

 K value IS 0.29

RGB Variations

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

Color information

#B58C37 (or 0xB58C37) is known color: Hokey Pokey. HEX triplet: B5, 8C and 37. RGB value is (181,140,55). Sum of RGB (Red+Green+Blue) = 181+140+55=376 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.14% from 376); Green value is 140 (55.08% from 255 or 37.23% from 376); Blue value is 55 (21.88% from 255 or 14.63% from 376); Max value from RGB is 181 - color contains mainly: red. Hex color #B58C37 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B58C37 is #4A73C8. Grayscale: #8E8E8E. Windows color (decimal): -4879305 or 3640501. OLE color: 3640501.

HSL color Cylindrical-coordinate representation of color #B58C37: hue angle of 40.48º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B58C37 is Cyan = 0, Magento = 0.23, Yellow = 0.70 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 140 55 -
CMYK 0 0.23 0.70 0.29
HSL 40.48º 0.53% 0.46% -
HSV(B) 40.48º 0.7% 0.71% -
XYZ 29.12 28.86 7.65 -
YUV 142.57 78.58 155.41 -
System Red Green Blue C M Y K H S L
Decimal 181 140 55 0 0.23 0.70 0.29 40.48 0.53 0.46
Hex B5 8C 37 0 17 46 1D 28 35 2E
Octal 265 214 67 0 27 106 35 50 65 56
Binary 10110101 10001100 110111 0 10111 1000110 11101 101000 110101 101110

Color Harmonies of #B58C37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B58C37

Black with #B58C37

Text Example


Text Example

White with #B58C37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B58C37; }

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

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

background-color css

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

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

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

border-color css

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

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

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