Html Css Color HEX #B58C2E Hokey Pokey

📋 copy color: '#B58C2E'

red 181 ◦ green 140 ◦ blue 46

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

Shades of Hokey Pokey #B58C2E

Tints of Hokey Pokey #B58C2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 12.53%

R = 49.32%
G = 38.15%
B = 12.53%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.75

 K value IS 0.29

RGB Variations

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

Color information

#B58C2E (or 0xB58C2E) is known color: Hokey Pokey. HEX triplet: B5, 8C and 2E. RGB value is (181,140,46). Sum of RGB (Red+Green+Blue) = 181+140+46=367 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.32% from 367); Green value is 140 (55.08% from 255 or 38.15% from 367); Blue value is 46 (18.36% from 255 or 12.53% from 367); Max value from RGB is 181 - color contains mainly: red. Hex color #B58C2E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B58C2E is #4A73D1. Grayscale: #8D8D8D. Windows color (decimal): -4879314 or 3050677. OLE color: 3050677.

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

Color convert

RGB 181 140 46 -
CMYK 0 0.23 0.75 0.29
HSL 41.78º 0.59% 0.45% -
HSV(B) 41.78º 0.75% 0.71% -
XYZ 28.93 28.78 6.61 -
YUV 141.54 74.08 156.14 -
System Red Green Blue C M Y K H S L
Decimal 181 140 46 0 0.23 0.75 0.29 41.78 0.59 0.45
Hex B5 8C 2E 0 17 4B 1D 2A 3B 2D
Octal 265 214 56 0 27 113 35 52 73 55
Binary 10110101 10001100 101110 0 10111 1001011 11101 101010 111011 101101

Color Harmonies of #B58C2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B58C2E

Black with #B58C2E

Text Example


Text Example

White with #B58C2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B58C2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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