#b89132

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

Shades of Hokey Pokey #B89132

Tints of Hokey Pokey #B89132

Color information

#B89132 (or 0xB89132) is unknown color: approx Hokey Pokey. HEX triplet: B8, 91 and 32. RGB value is (184,145,50). Sum of RGB (Red+Green+Blue) = 184+145+50=379 (50% of max value = 765). Red value is 184 (72.27% from 255 or 48.55% from 379); Green value is 145 (57.03% from 255 or 38.26% from 379); Blue value is 50 (19.92% from 255 or 13.19% from 379); Max value from RGB is 184 - color contains mainly: red. Hex color #B89132 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B89132 is #476ECD. Grayscale: #929292. Windows color (decimal): -4681422 or 3314104. OLE color: 3314104.

HSL color Cylindrical-coordinate representation of color #B89132: hue angle of 42.54º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B89132 is Cyan = 0, Magento = 0.21, Yellow = 0.73 and Black (K on CMYK) = 0.28.

Color convert

RGB18414550-
CMYK00.210.730.28
HSL42.54º57.26%45.88%-
HSV(B)42.54º72.83%72.16%-
XYZ30.4730.677.33-
YUV145.8373.92155.22-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 48.55%
GREEN value IS 145 (57.03% from 255) = 38.26%
BLUE value IS 50 (19.92% from 255) = 13.19%
R=48.55%
G=38.26%
B=13.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.73
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841455000.210.730.2842.5457.2645.88
HexB89132015491C2b392e
Octal2702216202511134537156
Binary1011100010010001110010010101100100111100101011111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b89132

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b89132; }

 p { color: rgb(184,145,50); }

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

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

 a { background-color: rgb(184,145,50); }

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

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

 span { border-color: rgb(184,145,50); }

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