#B3892F

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

Shades of Hokey Pokey #B3892F

Tints of Hokey Pokey #B3892F

Color information

#B3892F (or 0xB3892F) is unknown color: approx Hokey Pokey. HEX triplet: B3, 89 and 2F. RGB value is (179,137,47). Sum of RGB (Red+Green+Blue) = 179+137+47=363 (48% of max value = 765). Red value is 179 (70.31% from 255 or 49.31% from 363); Green value is 137 (53.91% from 255 or 37.74% from 363); Blue value is 47 (18.75% from 255 or 12.95% from 363); Max value from RGB is 179 - color contains mainly: red. Hex color #B3892F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B3892F is #4C76D0. Grayscale: #8B8B8B. Windows color (decimal): -5011153 or 3115443. OLE color: 3115443.

HSL color Cylindrical-coordinate representation of color #B3892F: hue angle of 40.91º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B3892F is Cyan = 0, Magento = 0.23, Yellow = 0.74 and Black (K on CMYK) = 0.30.

Color convert

RGB17913747-
CMYK00.230.740.30
HSL40.91º58.41%44.31%-
HSV(B)40.91º73.74%70.2%-
XYZ28.0527.686.55-
YUV139.375.91156.32-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 49.31%
GREEN value IS 137 (53.91% from 255) = 37.74%
BLUE value IS 47 (18.75% from 255) = 12.95%
R=49.31%
G=37.74%
B=12.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.74
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791374700.230.740.3040.9158.4144.31
HexB3892F0174A1E293a2c
Octal2632115702711236517254
Binary1011001110001001101111010111100101011110101001111010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3892F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3892F; }

 p { color: rgb(179,137,47); }

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

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

 a { background-color: rgb(179,137,47); }

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

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

 span { border-color: rgb(179,137,47); }

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