#B88F39

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

Shades of Hokey Pokey #B88F39

Tints of Hokey Pokey #B88F39

Color information

#B88F39 (or 0xB88F39) is unknown color: approx Hokey Pokey. HEX triplet: B8, 8F and 39. RGB value is (184,143,57). Sum of RGB (Red+Green+Blue) = 184+143+57=384 (50% of max value = 765). Red value is 184 (72.27% from 255 or 47.92% from 384); Green value is 143 (56.25% from 255 or 37.24% from 384); Blue value is 57 (22.66% from 255 or 14.84% from 384); Max value from RGB is 184 - color contains mainly: red. Hex color #B88F39 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B88F39 is #4770C6. Grayscale: #919191. Windows color (decimal): -4681927 or 3772344. OLE color: 3772344.

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

Color convert

RGB18414357-
CMYK00.220.690.28
HSL40.63º52.7%47.25%-
HSV(B)40.63º69.02%72.16%-
XYZ30.3330.138.09-
YUV145.4578.08155.49-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 47.92%
GREEN value IS 143 (56.25% from 255) = 37.24%
BLUE value IS 57 (22.66% from 255) = 14.84%
R=47.92%
G=37.24%
B=14.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.69
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841435700.220.690.2840.6352.747.25
HexB88F39016451C29352f
Octal2702177102610534516557
Binary1011100010001111111001010110100010111100101001110101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B88F39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B88F39; }

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

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

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

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

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

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

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

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