#B1862E

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

Shades of Hokey Pokey #B1862E

Tints of Hokey Pokey #B1862E

Color information

#B1862E (or 0xB1862E) is unknown color: approx Hokey Pokey. HEX triplet: B1, 86 and 2E. RGB value is (177,134,46). Sum of RGB (Red+Green+Blue) = 177+134+46=357 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.58% from 357); Green value is 134 (52.73% from 255 or 37.54% from 357); Blue value is 46 (18.36% from 255 or 12.89% from 357); Max value from RGB is 177 - color contains mainly: red. Hex color #B1862E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1862E is #4E79D1. Grayscale: #898989. Windows color (decimal): -5142994 or 3049137. OLE color: 3049137.

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

Color convert

RGB17713446-
CMYK00.240.740.31
HSL40.31º58.74%43.73%-
HSV(B)40.31º74.01%69.41%-
XYZ27.1526.596.29-
YUV136.8276.75156.66-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 49.58%
GREEN value IS 134 (52.73% from 255) = 37.54%
BLUE value IS 46 (18.36% from 255) = 12.89%
R=49.58%
G=37.54%
B=12.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.74
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771344600.240.740.3140.3158.7443.73
HexB1862E0184A1F283b2c
Octal2612065603011237507354
Binary1011000110000110101110011000100101011111101000111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1862E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1862E; }

 p { color: rgb(177,134,46); }

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

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

 a { background-color: rgb(177,134,46); }

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

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

 span { border-color: rgb(177,134,46); }

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