Html Css Color HEX #B49232 Hokey Pokey

📋 copy color: '#B49232'

red 180 ◦ green 146 ◦ blue 50

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

Shades of Hokey Pokey #B49232

Tints of Hokey Pokey #B49232

RGB

 RED value IS 180 (70.7% from 255) = 47.87%

 GREEN value IS 146 (57.42% from 255) = 38.83%

 BLUE value IS 50 (19.92% from 255) = 13.3%

R = 47.87%
G = 38.83%
B = 13.3%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.72

 K value IS 0.29

RGB Variations

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

Color information

#B49232 (or 0xB49232) is known color: Hokey Pokey. HEX triplet: B4, 92 and 32. RGB value is (180,146,50). Sum of RGB (Red+Green+Blue) = 180+146+50=376 (49% of max value = 765). Red value is 180 (70.70% from 255 or 47.87% from 376); Green value is 146 (57.42% from 255 or 38.83% from 376); Blue value is 50 (19.92% from 255 or 13.30% from 376); Max value from RGB is 180 - color contains mainly: red. Hex color #B49232 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B49232 is #4B6DCD. Grayscale: #919191. Windows color (decimal): -4943310 or 3314356. OLE color: 3314356.

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

Color convert

RGB 180 146 50 -
CMYK 0 0.19 0.72 0.29
HSL 44.31º 0.57% 0.45% -
HSV(B) 44.31º 0.72% 0.71% -
XYZ 29.68 30.49 7.34 -
YUV 145.22 74.26 152.81 -
System Red Green Blue C M Y K H S L
Decimal 180 146 50 0 0.19 0.72 0.29 44.31 0.57 0.45
Hex B4 92 32 0 13 48 1D 2C 39 2D
Octal 264 222 62 0 23 110 35 54 71 55
Binary 10110100 10010010 110010 0 10011 1001000 11101 101100 111001 101101

Color Harmonies of #B49232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49232

Black with #B49232

Text Example


Text Example

White with #B49232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49232; }

 p { color: rgb(180,146,50); }

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

background-color css

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

 a { background-color: rgb(180,146,50); }

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

border-color css

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

 span { border-color: rgb(180,146,50); }

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