#B9872E

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

Shades of Hokey Pokey #B9872E

Tints of Hokey Pokey #B9872E

Color information

#B9872E (or 0xB9872E) is unknown color: approx Hokey Pokey. HEX triplet: B9, 87 and 2E. RGB value is (185,135,46). Sum of RGB (Red+Green+Blue) = 185+135+46=366 (48% of max value = 765). Red value is 185 (72.66% from 255 or 50.55% from 366); Green value is 135 (53.12% from 255 or 36.89% from 366); Blue value is 46 (18.36% from 255 or 12.57% from 366); Max value from RGB is 185 - color contains mainly: red. Hex color #B9872E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9872E is #4678D1. Grayscale: #8C8C8C. Windows color (decimal): -4618450 or 3049401. OLE color: 3049401.

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

Color convert

RGB18513546-
CMYK00.270.750.27
HSL38.42º60.17%45.29%-
HSV(B)38.42º75.14%72.55%-
XYZ29.1627.846.42-
YUV139.875.06160.24-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 50.55%
GREEN value IS 135 (53.12% from 255) = 36.89%
BLUE value IS 46 (18.36% from 255) = 12.57%
R=50.55%
G=36.89%
B=12.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.75
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851354600.270.750.2738.4260.1745.29
HexB9872E01B4B1B263c2d
Octal2712075603311333467455
Binary1011100110000111101110011011100101111011100110111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9872E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9872E; }

 p { color: rgb(185,135,46); }

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

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

 a { background-color: rgb(185,135,46); }

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

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

 span { border-color: rgb(185,135,46); }

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