#B8882F

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

Shades of Hokey Pokey #B8882F

Tints of Hokey Pokey #B8882F

Color information

#B8882F (or 0xB8882F) is unknown color: approx Hokey Pokey. HEX triplet: B8, 88 and 2F. RGB value is (184,136,47). Sum of RGB (Red+Green+Blue) = 184+136+47=367 (48% of max value = 765). Red value is 184 (72.27% from 255 or 50.14% from 367); Green value is 136 (53.52% from 255 or 37.06% from 367); Blue value is 47 (18.75% from 255 or 12.81% from 367); Max value from RGB is 184 - color contains mainly: red. Hex color #B8882F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8882F is #4777D0. Grayscale: #8C8C8C. Windows color (decimal): -4683729 or 3115192. OLE color: 3115192.

HSL color Cylindrical-coordinate representation of color #B8882F: hue angle of 38.98º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B8882F is Cyan = 0, Magento = 0.26, Yellow = 0.74 and Black (K on CMYK) = 0.28.

Color convert

RGB18413647-
CMYK00.260.740.28
HSL38.98º59.31%45.29%-
HSV(B)38.98º74.46%72.16%-
XYZ29.08286.56-
YUV140.2175.4159.24-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 50.14%
GREEN value IS 136 (53.52% from 255) = 37.06%
BLUE value IS 47 (18.75% from 255) = 12.81%
R=50.14%
G=37.06%
B=12.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.74
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841364700.260.740.2838.9859.3145.29
HexB8882F01A4A1C273b2d
Octal2702105703211234477355
Binary1011100010001000101111011010100101011100100111111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8882F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8882F; }

 p { color: rgb(184,136,47); }

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

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

 a { background-color: rgb(184,136,47); }

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

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

 span { border-color: rgb(184,136,47); }

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