#B88A37

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

Shades of Hokey Pokey #B88A37

Tints of Hokey Pokey #B88A37

Color information

#B88A37 (or 0xB88A37) is unknown color: approx Hokey Pokey. HEX triplet: B8, 8A and 37. RGB value is (184,138,55). Sum of RGB (Red+Green+Blue) = 184+138+55=377 (49% of max value = 765). Red value is 184 (72.27% from 255 or 48.81% from 377); Green value is 138 (54.30% from 255 or 36.60% from 377); Blue value is 55 (21.88% from 255 or 14.59% from 377); Max value from RGB is 184 - color contains mainly: red. Hex color #B88A37 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B88A37 is #4775C8. Grayscale: #8E8E8E. Windows color (decimal): -4683209 or 3639992. OLE color: 3639992.

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

Color convert

RGB18413855-
CMYK00.250.700.28
HSL38.6º53.97%46.86%-
HSV(B)38.6º70.11%72.16%-
XYZ29.5528.647.59-
YUV142.2978.74157.75-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 48.81%
GREEN value IS 138 (54.30% from 255) = 36.60%
BLUE value IS 55 (21.88% from 255) = 14.59%
R=48.81%
G=36.60%
B=14.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.70
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841385500.250.700.2838.653.9746.86
HexB88A37019461C27362f
Octal2702126703110634476657
Binary1011100010001010110111011001100011011100100111110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B88A37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B88A37; }

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

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

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

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

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

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

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

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