Html Css Color HEX #B39232 Hokey Pokey

📋 copy color: '#B39232'

red 179 ◦ green 146 ◦ blue 50

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

Shades of Hokey Pokey #B39232

Tints of Hokey Pokey #B39232

RGB

 RED value IS 179 (70.31% from 255) = 47.73%

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

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

R = 47.73%
G = 38.93%
B = 13.33%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.72

 K value IS 0.30

RGB Variations

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

Color information

#B39232 (or 0xB39232) is known color: Hokey Pokey. HEX triplet: B3, 92 and 32. RGB value is (179,146,50). Sum of RGB (Red+Green+Blue) = 179+146+50=375 (49% of max value = 765). Red value is 179 (70.31% from 255 or 47.73% from 375); Green value is 146 (57.42% from 255 or 38.93% from 375); Blue value is 50 (19.92% from 255 or 13.33% from 375); Max value from RGB is 179 - color contains mainly: red. Hex color #B39232 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B39232 is #4C6DCD. Grayscale: #919191. Windows color (decimal): -5008846 or 3314355. OLE color: 3314355.

HSL color Cylindrical-coordinate representation of color #B39232: hue angle of 44.65º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B39232 is Cyan = 0, Magento = 0.18, Yellow = 0.72 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 146 50 -
CMYK 0 0.18 0.72 0.30
HSL 44.65º 0.56% 0.45% -
HSV(B) 44.65º 0.72% 0.7% -
XYZ 29.45 30.37 7.33 -
YUV 144.92 74.43 152.31 -
System Red Green Blue C M Y K H S L
Decimal 179 146 50 0 0.18 0.72 0.30 44.65 0.56 0.45
Hex B3 92 32 0 12 48 1E 2D 38 2D
Octal 263 222 62 0 22 110 36 55 70 55
Binary 10110011 10010010 110010 0 10010 1001000 11110 101101 111000 101101

Color Harmonies of #B39232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B39232

Black with #B39232

Text Example


Text Example

White with #B39232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B39232; }

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

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

background-color css

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

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

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

border-color css

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

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

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