#B1882F

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

Shades of Hokey Pokey #B1882F

Tints of Hokey Pokey #B1882F

Color information

#B1882F (or 0xB1882F) is unknown color: approx Hokey Pokey. HEX triplet: B1, 88 and 2F. RGB value is (177,136,47). Sum of RGB (Red+Green+Blue) = 177+136+47=360 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.17% from 360); Green value is 136 (53.52% from 255 or 37.78% from 360); Blue value is 47 (18.75% from 255 or 13.06% from 360); Max value from RGB is 177 - color contains mainly: red. Hex color #B1882F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1882F is #4E77D0. Grayscale: #8A8A8A. Windows color (decimal): -5142481 or 3115185. OLE color: 3115185.

HSL color Cylindrical-coordinate representation of color #B1882F: hue angle of 41.08º 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 #B1882F is Cyan = 0, Magento = 0.23, Yellow = 0.73 and Black (K on CMYK) = 0.31.

Color convert

RGB17713647-
CMYK00.230.730.31
HSL41.08º58.04%43.92%-
HSV(B)41.08º73.45%69.41%-
XYZ27.4527.166.49-
YUV138.1176.58155.74-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 49.17%
GREEN value IS 136 (53.52% from 255) = 37.78%
BLUE value IS 47 (18.75% from 255) = 13.06%
R=49.17%
G=37.78%
B=13.06%

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
Decimal1771364700.230.730.3141.0858.0443.92
HexB1882F017491F293a2c
Octal2612105702711137517254
Binary1011000110001000101111010111100100111111101001111010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1882F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1882F; }

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

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

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

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

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

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

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

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