#B4892D

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

Shades of Hokey Pokey #B4892D

Tints of Hokey Pokey #B4892D

Color information

#B4892D (or 0xB4892D) is unknown color: approx Hokey Pokey. HEX triplet: B4, 89 and 2D. RGB value is (180,137,45). Sum of RGB (Red+Green+Blue) = 180+137+45=362 (47% of max value = 765). Red value is 180 (70.70% from 255 or 49.72% from 362); Green value is 137 (53.91% from 255 or 37.85% from 362); Blue value is 45 (17.97% from 255 or 12.43% from 362); Max value from RGB is 180 - color contains mainly: red. Hex color #B4892D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4892D is #4B76D2. Grayscale: #8B8B8B. Windows color (decimal): -4945619 or 2984372. OLE color: 2984372.

HSL color Cylindrical-coordinate representation of color #B4892D: hue angle of 40.89º 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 #B4892D is Cyan = 0, Magento = 0.24, Yellow = 0.75 and Black (K on CMYK) = 0.29.

Color convert

RGB18013745-
CMYK00.240.750.29
HSL40.89º60%44.12%-
HSV(B)40.89º75%70.59%-
XYZ28.2427.786.36-
YUV139.3774.75156.98-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 49.72%
GREEN value IS 137 (53.91% from 255) = 37.85%
BLUE value IS 45 (17.97% from 255) = 12.43%
R=49.72%
G=37.85%
B=12.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.75
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801374500.240.750.2940.896044.12
HexB4892D0184B1D293c2c
Octal2642115503011335517454
Binary1011010010001001101101011000100101111101101001111100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4892D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4892D; }

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

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

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

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

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

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

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

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