#B89230

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

Shades of Hokey Pokey #B89230

Tints of Hokey Pokey #B89230

Color information

#B89230 (or 0xB89230) is unknown color: approx Hokey Pokey. HEX triplet: B8, 92 and 30. RGB value is (184,146,48). Sum of RGB (Red+Green+Blue) = 184+146+48=378 (50% of max value = 765). Red value is 184 (72.27% from 255 or 48.68% from 378); Green value is 146 (57.42% from 255 or 38.62% from 378); Blue value is 48 (19.14% from 255 or 12.70% from 378); Max value from RGB is 184 - color contains mainly: red. Hex color #B89230 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B89230 is #476DCF. Grayscale: #929292. Windows color (decimal): -4681168 or 3183288. OLE color: 3183288.

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

Color convert

RGB18414648-
CMYK00.210.740.28
HSL43.24º58.62%45.49%-
HSV(B)43.24º73.91%72.16%-
XYZ30.5830.967.16-
YUV146.1972.59154.97-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 48.68%
GREEN value IS 146 (57.42% from 255) = 38.62%
BLUE value IS 48 (19.14% from 255) = 12.70%
R=48.68%
G=38.62%
B=12.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.74
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841464800.210.740.2843.2458.6245.49
HexB892300154A1C2b3b2d
Octal2702226002511234537355
Binary1011100010010010110000010101100101011100101011111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B89230

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B89230; }

 p { color: rgb(184,146,48); }

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

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

 a { background-color: rgb(184,146,48); }

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

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

 span { border-color: rgb(184,146,48); }

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