#B3872C

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

Shades of Hokey Pokey #B3872C

Tints of Hokey Pokey #B3872C

Color information

#B3872C (or 0xB3872C) is unknown color: approx Hokey Pokey. HEX triplet: B3, 87 and 2C. RGB value is (179,135,44). Sum of RGB (Red+Green+Blue) = 179+135+44=358 (47% of max value = 765). Red value is 179 (70.31% from 255 or 50% from 358); Green value is 135 (53.12% from 255 or 37.71% from 358); Blue value is 44 (17.58% from 255 or 12.29% from 358); Max value from RGB is 179 - color contains mainly: red. Hex color #B3872C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B3872C is #4C78D3. Grayscale: #8A8A8A. Windows color (decimal): -5011668 or 2918323. OLE color: 2918323.

HSL color Cylindrical-coordinate representation of color #B3872C: hue angle of 40.44º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B3872C is Cyan = 0, Magento = 0.25, Yellow = 0.75 and Black (K on CMYK) = 0.30.

Color convert

RGB17913544-
CMYK00.250.750.30
HSL40.44º60.54%43.73%-
HSV(B)40.44º75.42%70.2%-
XYZ27.7127.096.15-
YUV137.7875.08157.4-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 50%
GREEN value IS 135 (53.12% from 255) = 37.71%
BLUE value IS 44 (17.58% from 255) = 12.29%
R=50%
G=37.71%
B=12.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.75
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791354400.250.750.3040.4460.5443.73
HexB3872C0194B1E283d2c
Octal2632075403111336507554
Binary1011001110000111101100011001100101111110101000111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3872C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3872C; }

 p { color: rgb(179,135,44); }

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

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

 a { background-color: rgb(179,135,44); }

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

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

 span { border-color: rgb(179,135,44); }

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