#B28B32

Color #B28B32 Hokey Pokey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hokey Pokey #B28B32

Tints of Hokey Pokey #B28B32

Color information

#B28B32 (or 0xB28B32) is unknown color: approx Hokey Pokey. HEX triplet: B2, 8B and 32. RGB value is (178,139,50). Sum of RGB (Red+Green+Blue) = 178+139+50=367 (48% of max value = 765). Red value is 178 (69.92% from 255 or 48.50% from 367); Green value is 139 (54.69% from 255 or 37.87% from 367); Blue value is 50 (19.92% from 255 or 13.62% from 367); Max value from RGB is 178 - color contains mainly: red. Hex color #B28B32 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B28B32 is #4D74CD. Grayscale: #8C8C8C. Windows color (decimal): -5076174 or 3312562. OLE color: 3312562.

HSL color Cylindrical-coordinate representation of color #B28B32: hue angle of 41.72º 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 #B28B32 is Cyan = 0, Magento = 0.22, Yellow = 0.72 and Black (K on CMYK) = 0.30.

Color convert

RGB17813950-
CMYK00.220.720.30
HSL41.72º56.14%44.71%-
HSV(B)41.72º71.91%69.8%-
XYZ28.1728.166.97-
YUV140.5176.92154.74-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 48.50%
GREEN value IS 139 (54.69% from 255) = 37.87%
BLUE value IS 50 (19.92% from 255) = 13.62%
R=48.50%
G=37.87%
B=13.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.72
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781395000.220.720.3041.7256.1444.71
HexB28B32016481E2a382d
Octal2622136202611036527055
Binary1011001010001011110010010110100100011110101010111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B28B32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B28B32; }

 p { color: rgb(178,139,50); }

 H1.HeaderClassName
 {
   color: #B28B32;
 }
 .AnyTagClassName
 {
   color: #B28B32;
 }
</style>
background-color css

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

 a { background-color: rgb(178,139,50); }

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

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

 span { border-color: rgb(178,139,50); }

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