#B5882F

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

Shades of Hokey Pokey #B5882F

Tints of Hokey Pokey #B5882F

Color information

#B5882F (or 0xB5882F) is unknown color: approx Hokey Pokey. HEX triplet: B5, 88 and 2F. RGB value is (181,136,47). Sum of RGB (Red+Green+Blue) = 181+136+47=364 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.73% from 364); Green value is 136 (53.52% from 255 or 37.36% from 364); Blue value is 47 (18.75% from 255 or 12.91% from 364); Max value from RGB is 181 - color contains mainly: red. Hex color #B5882F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B5882F is #4A77D0. Grayscale: #8B8B8B. Windows color (decimal): -4880337 or 3115189. OLE color: 3115189.

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

Color convert

RGB18113647-
CMYK00.250.740.29
HSL39.85º58.77%44.71%-
HSV(B)39.85º74.03%70.98%-
XYZ28.3727.646.53-
YUV139.3175.91157.74-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 49.73%
GREEN value IS 136 (53.52% from 255) = 37.36%
BLUE value IS 47 (18.75% from 255) = 12.91%
R=49.73%
G=37.36%
B=12.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.74
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811364700.250.740.2939.8558.7744.71
HexB5882F0194A1D283b2d
Octal2652105703111235507355
Binary1011010110001000101111011001100101011101101000111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5882F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5882F; }

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

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

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

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

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

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

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

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