#B4872D

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

Shades of Hokey Pokey #B4872D

Tints of Hokey Pokey #B4872D

Color information

#B4872D (or 0xB4872D) is unknown color: approx Hokey Pokey. HEX triplet: B4, 87 and 2D. RGB value is (180,135,45). Sum of RGB (Red+Green+Blue) = 180+135+45=360 (47% of max value = 765). Red value is 180 (70.70% from 255 or 50% from 360); Green value is 135 (53.12% from 255 or 37.5% from 360); Blue value is 45 (17.97% from 255 or 12.5% from 360); Max value from RGB is 180 - color contains mainly: red. Hex color #B4872D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4872D is #4B78D2. Grayscale: #8A8A8A. Windows color (decimal): -4946131 or 2983860. OLE color: 2983860.

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

Color convert

RGB18013545-
CMYK00.250.750.29
HSL40º60%44.12%-
HSV(B)40º75%70.59%-
XYZ27.9627.226.26-
YUV138.275.41157.82-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 50%
GREEN value IS 135 (53.12% from 255) = 37.5%
BLUE value IS 45 (17.97% from 255) = 12.5%
R=50%
G=37.5%
B=12.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.75
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801354500.250.750.29406044.12
HexB4872D0194B1D283c2c
Octal2642075503111335507454
Binary1011010010000111101101011001100101111101101000111100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4872D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4872D; }

 p { color: rgb(180,135,45); }

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

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

 a { background-color: rgb(180,135,45); }

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

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

 span { border-color: rgb(180,135,45); }

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