#B88E39

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

Shades of Hokey Pokey #B88E39

Tints of Hokey Pokey #B88E39

Color information

#B88E39 (or 0xB88E39) is unknown color: approx Hokey Pokey. HEX triplet: B8, 8E and 39. RGB value is (184,142,57). Sum of RGB (Red+Green+Blue) = 184+142+57=383 (50% of max value = 765). Red value is 184 (72.27% from 255 or 48.04% from 383); Green value is 142 (55.86% from 255 or 37.08% from 383); Blue value is 57 (22.66% from 255 or 14.88% from 383); Max value from RGB is 184 - color contains mainly: red. Hex color #B88E39 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B88E39 is #4771C6. Grayscale: #919191. Windows color (decimal): -4682183 or 3772088. OLE color: 3772088.

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

Color convert

RGB18414257-
CMYK00.230.690.28
HSL40.16º52.7%47.25%-
HSV(B)40.16º69.02%72.16%-
XYZ30.1829.838.04-
YUV144.8778.41155.91-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 48.04%
GREEN value IS 142 (55.86% from 255) = 37.08%
BLUE value IS 57 (22.66% from 255) = 14.88%
R=48.04%
G=37.08%
B=14.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.69
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841425700.230.690.2840.1652.747.25
HexB88E39017451C28352f
Octal2702167102710534506557
Binary1011100010001110111001010111100010111100101000110101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B88E39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B88E39; }

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

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

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

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

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

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

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

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