#B1882C

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

Shades of Hokey Pokey #B1882C

Tints of Hokey Pokey #B1882C

Color information

#B1882C (or 0xB1882C) is unknown color: approx Hokey Pokey. HEX triplet: B1, 88 and 2C. RGB value is (177,136,44). Sum of RGB (Red+Green+Blue) = 177+136+44=357 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.58% from 357); Green value is 136 (53.52% from 255 or 38.10% from 357); Blue value is 44 (17.58% from 255 or 12.32% from 357); Max value from RGB is 177 - color contains mainly: red. Hex color #B1882C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1882C is #4E77D3. Grayscale: #8A8A8A. Windows color (decimal): -5142484 or 2918577. OLE color: 2918577.

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

Color convert

RGB17713644-
CMYK00.230.750.31
HSL41.5º60.18%43.33%-
HSV(B)41.5º75.14%69.41%-
XYZ27.3927.146.18-
YUV137.7775.08155.98-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 49.58%
GREEN value IS 136 (53.52% from 255) = 38.10%
BLUE value IS 44 (17.58% from 255) = 12.32%
R=49.58%
G=38.10%
B=12.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.75
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771364400.230.750.3141.560.1843.33
HexB1882C0174B1F2a3c2b
Octal2612105402711337527453
Binary1011000110001000101100010111100101111111101010111100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1882C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1882C; }

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

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

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

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

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

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

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

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