#B88E33

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

Shades of Hokey Pokey #B88E33

Tints of Hokey Pokey #B88E33

Color information

#B88E33 (or 0xB88E33) is unknown color: approx Hokey Pokey. HEX triplet: B8, 8E and 33. RGB value is (184,142,51). Sum of RGB (Red+Green+Blue) = 184+142+51=377 (49% of max value = 765). Red value is 184 (72.27% from 255 or 48.81% from 377); Green value is 142 (55.86% from 255 or 37.67% from 377); Blue value is 51 (20.31% from 255 or 13.53% from 377); Max value from RGB is 184 - color contains mainly: red. Hex color #B88E33 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B88E33 is #4771CC. Grayscale: #909090. Windows color (decimal): -4682189 or 3378872. OLE color: 3378872.

HSL color Cylindrical-coordinate representation of color #B88E33: hue angle of 41.05º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B88E33 is Cyan = 0, Magento = 0.23, Yellow = 0.72 and Black (K on CMYK) = 0.28.

Color convert

RGB18414251-
CMYK00.230.720.28
HSL41.05º56.6%46.08%-
HSV(B)41.05º72.28%72.16%-
XYZ30.0429.787.3-
YUV144.1875.41156.4-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 48.81%
GREEN value IS 142 (55.86% from 255) = 37.67%
BLUE value IS 51 (20.31% from 255) = 13.53%
R=48.81%
G=37.67%
B=13.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.72
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841425100.230.720.2841.0556.646.08
HexB88E33017481C29392e
Octal2702166302711034517156
Binary1011100010001110110011010111100100011100101001111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B88E33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B88E33; }

 p { color: rgb(184,142,51); }

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

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

 a { background-color: rgb(184,142,51); }

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

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

 span { border-color: rgb(184,142,51); }

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