#B6872B

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

Shades of Hokey Pokey #B6872B

Tints of Hokey Pokey #B6872B

Color information

#B6872B (or 0xB6872B) is unknown color: approx Hokey Pokey. HEX triplet: B6, 87 and 2B. RGB value is (182,135,43). Sum of RGB (Red+Green+Blue) = 182+135+43=360 (47% of max value = 765). Red value is 182 (71.48% from 255 or 50.56% from 360); Green value is 135 (53.12% from 255 or 37.5% from 360); Blue value is 43 (17.19% from 255 or 11.94% from 360); Max value from RGB is 182 - color contains mainly: red. Hex color #B6872B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B6872B is #4978D4. Grayscale: #8A8A8A. Windows color (decimal): -4815061 or 2852790. OLE color: 2852790.

HSL color Cylindrical-coordinate representation of color #B6872B: hue angle of 39.71º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B6872B is Cyan = 0, Magento = 0.26, Yellow = 0.76 and Black (K on CMYK) = 0.29.

Color convert

RGB18213543-
CMYK00.260.760.29
HSL39.71º61.78%44.12%-
HSV(B)39.71º76.37%71.37%-
XYZ28.3927.456.09-
YUV138.5674.07158.98-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 50.56%
GREEN value IS 135 (53.12% from 255) = 37.5%
BLUE value IS 43 (17.19% from 255) = 11.94%
R=50.56%
G=37.5%
B=11.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.76
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821354300.260.760.2939.7161.7844.12
HexB6872B01A4C1D283e2c
Octal2662075303211435507654
Binary1011011010000111101011011010100110011101101000111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6872B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6872B; }

 p { color: rgb(182,135,43); }

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

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

 a { background-color: rgb(182,135,43); }

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

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

 span { border-color: rgb(182,135,43); }

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