#B1892F

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

Shades of Hokey Pokey #B1892F

Tints of Hokey Pokey #B1892F

Color information

#B1892F (or 0xB1892F) is unknown color: approx Hokey Pokey. HEX triplet: B1, 89 and 2F. RGB value is (177,137,47). Sum of RGB (Red+Green+Blue) = 177+137+47=361 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.03% from 361); Green value is 137 (53.91% from 255 or 37.95% from 361); Blue value is 47 (18.75% from 255 or 13.02% from 361); Max value from RGB is 177 - color contains mainly: red. Hex color #B1892F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1892F is #4E76D0. Grayscale: #8B8B8B. Windows color (decimal): -5142225 or 3115441. OLE color: 3115441.

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

Color convert

RGB17713747-
CMYK00.230.730.31
HSL41.54º58.04%43.92%-
HSV(B)41.54º73.45%69.41%-
XYZ27.5927.446.53-
YUV138.776.25155.32-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 49.03%
GREEN value IS 137 (53.91% from 255) = 37.95%
BLUE value IS 47 (18.75% from 255) = 13.02%
R=49.03%
G=37.95%
B=13.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.73
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771374700.230.730.3141.5458.0443.92
HexB1892F017491F2a3a2c
Octal2612115702711137527254
Binary1011000110001001101111010111100100111111101010111010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1892F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1892F; }

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

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

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

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

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

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

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

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