#B7862A

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

Shades of Hokey Pokey #B7862A

Tints of Hokey Pokey #B7862A

Color information

#B7862A (or 0xB7862A) is unknown color: approx Hokey Pokey. HEX triplet: B7, 86 and 2A. RGB value is (183,134,42). Sum of RGB (Red+Green+Blue) = 183+134+42=359 (47% of max value = 765). Red value is 183 (71.88% from 255 or 50.97% from 359); Green value is 134 (52.73% from 255 or 37.33% from 359); Blue value is 42 (16.80% from 255 or 11.70% from 359); Max value from RGB is 183 - color contains mainly: red. Hex color #B7862A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7862A is #4879D5. Grayscale: #8A8A8A. Windows color (decimal): -4749782 or 2786999. OLE color: 2786999.

HSL color Cylindrical-coordinate representation of color #B7862A: hue angle of 39.15º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B7862A is Cyan = 0, Magento = 0.27, Yellow = 0.77 and Black (K on CMYK) = 0.28.

Color convert

RGB18313442-
CMYK00.270.770.28
HSL39.15º62.67%44.12%-
HSV(B)39.15º77.05%71.76%-
XYZ28.4727.285.96-
YUV138.1673.73159.98-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 50.97%
GREEN value IS 134 (52.73% from 255) = 37.33%
BLUE value IS 42 (16.80% from 255) = 11.70%
R=50.97%
G=37.33%
B=11.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.77
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831344200.270.770.2839.1562.6744.12
HexB7862A01B4D1C273f2c
Octal2672065203311534477754
Binary1011011110000110101010011011100110111100100111111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7862A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7862A; }

 p { color: rgb(183,134,42); }

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

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

 a { background-color: rgb(183,134,42); }

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

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

 span { border-color: rgb(183,134,42); }

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