#B88F37

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

Shades of Hokey Pokey #B88F37

Tints of Hokey Pokey #B88F37

Color information

#B88F37 (or 0xB88F37) is unknown color: approx Hokey Pokey. HEX triplet: B8, 8F and 37. RGB value is (184,143,55). Sum of RGB (Red+Green+Blue) = 184+143+55=382 (50% of max value = 765). Red value is 184 (72.27% from 255 or 48.17% from 382); Green value is 143 (56.25% from 255 or 37.43% from 382); Blue value is 55 (21.88% from 255 or 14.40% from 382); Max value from RGB is 184 - color contains mainly: red. Hex color #B88F37 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B88F37 is #4770C8. Grayscale: #919191. Windows color (decimal): -4681929 or 3641272. OLE color: 3641272.

HSL color Cylindrical-coordinate representation of color #B88F37: hue angle of 40.93º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B88F37 is Cyan = 0, Magento = 0.22, Yellow = 0.70 and Black (K on CMYK) = 0.28.

Color convert

RGB18414355-
CMYK00.220.700.28
HSL40.93º53.97%46.86%-
HSV(B)40.93º70.11%72.16%-
XYZ30.2830.117.83-
YUV145.2377.08155.66-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 48.17%
GREEN value IS 143 (56.25% from 255) = 37.43%
BLUE value IS 55 (21.88% from 255) = 14.40%
R=48.17%
G=37.43%
B=14.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.70
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841435500.220.700.2840.9353.9746.86
HexB88F37016461C29362f
Octal2702176702610634516657
Binary1011100010001111110111010110100011011100101001110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B88F37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B88F37; }

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

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

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

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

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

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

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

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