#B6862E

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

Shades of Hokey Pokey #B6862E

Tints of Hokey Pokey #B6862E

Color information

#B6862E (or 0xB6862E) is unknown color: approx Hokey Pokey. HEX triplet: B6, 86 and 2E. RGB value is (182,134,46). Sum of RGB (Red+Green+Blue) = 182+134+46=362 (47% of max value = 765). Red value is 182 (71.48% from 255 or 50.28% from 362); Green value is 134 (52.73% from 255 or 37.02% from 362); Blue value is 46 (18.36% from 255 or 12.71% from 362); Max value from RGB is 182 - color contains mainly: red. Hex color #B6862E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B6862E is #4979D1. Grayscale: #8A8A8A. Windows color (decimal): -4815314 or 3049142. OLE color: 3049142.

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

Color convert

RGB18213446-
CMYK00.260.750.29
HSL38.82º59.65%44.71%-
HSV(B)38.82º74.73%71.37%-
XYZ28.3127.196.34-
YUV138.3275.9159.16-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 50.28%
GREEN value IS 134 (52.73% from 255) = 37.02%
BLUE value IS 46 (18.36% from 255) = 12.71%
R=50.28%
G=37.02%
B=12.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.75
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821344600.260.750.2938.8259.6544.71
HexB6862E01A4B1D273c2d
Octal2662065603211335477455
Binary1011011010000110101110011010100101111101100111111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6862E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6862E; }

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

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

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

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

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

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

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

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