#BE9033

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

Shades of Hokey Pokey #BE9033

Tints of Hokey Pokey #BE9033

Color information

#BE9033 (or 0xBE9033) is unknown color: approx Hokey Pokey. HEX triplet: BE, 90 and 33. RGB value is (190,144,51). Sum of RGB (Red+Green+Blue) = 190+144+51=385 (50% of max value = 765). Red value is 190 (74.61% from 255 or 49.35% from 385); Green value is 144 (56.64% from 255 or 37.40% from 385); Blue value is 51 (20.31% from 255 or 13.25% from 385); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9033 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE9033 is #416FCC. Grayscale: #939393. Windows color (decimal): -4288461 or 3379390. OLE color: 3379390.

HSL color Cylindrical-coordinate representation of color #BE9033: hue angle of 40.14º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BE9033 is Cyan = 0, Magento = 0.24, Yellow = 0.73 and Black (K on CMYK) = 0.25.

Color convert

RGB19014451-
CMYK00.240.730.25
HSL40.14º57.68%47.25%-
HSV(B)40.14º73.16%74.51%-
XYZ31.8131.137.46-
YUV147.1573.74158.56-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 49.35%
GREEN value IS 144 (56.64% from 255) = 37.40%
BLUE value IS 51 (20.31% from 255) = 13.25%
R=49.35%
G=37.40%
B=13.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.73
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901445100.240.730.2540.1457.6847.25
HexBE90330184919283a2f
Octal2762206303011131507257
Binary1011111010010000110011011000100100111001101000111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9033

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9033; }

 p { color: rgb(190,144,51); }

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

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

 a { background-color: rgb(190,144,51); }

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

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

 span { border-color: rgb(190,144,51); }

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