#B9862B

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

Shades of Hokey Pokey #B9862B

Tints of Hokey Pokey #B9862B

Color information

#B9862B (or 0xB9862B) is unknown color: approx Hokey Pokey. HEX triplet: B9, 86 and 2B. RGB value is (185,134,43). Sum of RGB (Red+Green+Blue) = 185+134+43=362 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.10% from 362); Green value is 134 (52.73% from 255 or 37.02% from 362); Blue value is 43 (17.19% from 255 or 11.88% from 362); Max value from RGB is 185 - color contains mainly: red. Hex color #B9862B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9862B is #4679D4. Grayscale: #8B8B8B. Windows color (decimal): -4618709 or 2852537. OLE color: 2852537.

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

Color convert

RGB18513443-
CMYK00.280.770.27
HSL38.45º62.28%44.71%-
HSV(B)38.45º76.76%72.55%-
XYZ28.9727.546.07-
YUV138.8873.9160.9-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 51.10%
GREEN value IS 134 (52.73% from 255) = 37.02%
BLUE value IS 43 (17.19% from 255) = 11.88%
R=51.10%
G=37.02%
B=11.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.77
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851344300.280.770.2738.4562.2844.71
HexB9862B01C4D1B263e2d
Octal2712065303411533467655
Binary1011100110000110101011011100100110111011100110111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9862B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9862B; }

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

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

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

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

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

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

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

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