#B6862B

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

Shades of Hokey Pokey #B6862B

Tints of Hokey Pokey #B6862B

Color information

#B6862B (or 0xB6862B) is unknown color: approx Hokey Pokey. HEX triplet: B6, 86 and 2B. RGB value is (182,134,43). Sum of RGB (Red+Green+Blue) = 182+134+43=359 (47% of max value = 765). Red value is 182 (71.48% from 255 or 50.70% from 359); Green value is 134 (52.73% from 255 or 37.33% from 359); Blue value is 43 (17.19% from 255 or 11.98% from 359); Max value from RGB is 182 - color contains mainly: red. Hex color #B6862B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B6862B is #4979D4. Grayscale: #8A8A8A. Windows color (decimal): -4815317 or 2852534. OLE color: 2852534.

HSL color Cylindrical-coordinate representation of color #B6862B: hue angle of 39.28º 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 #B6862B is Cyan = 0, Magento = 0.26, Yellow = 0.76 and Black (K on CMYK) = 0.29.

Color convert

RGB18213443-
CMYK00.260.760.29
HSL39.28º61.78%44.12%-
HSV(B)39.28º76.37%71.37%-
XYZ28.2527.176.04-
YUV137.9874.4159.4-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 50.70%
GREEN value IS 134 (52.73% from 255) = 37.33%
BLUE value IS 43 (17.19% from 255) = 11.98%
R=50.70%
G=37.33%
B=11.98%

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
Decimal1821344300.260.760.2939.2861.7844.12
HexB6862B01A4C1D273e2c
Octal2662065303211435477654
Binary1011011010000110101011011010100110011101100111111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6862B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6862B; }

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

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

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

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

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

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

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

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