#BE9934

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

Shades of Hokey Pokey #BE9934

Tints of Hokey Pokey #BE9934

Color information

#BE9934 (or 0xBE9934) is unknown color: approx Hokey Pokey. HEX triplet: BE, 99 and 34. RGB value is (190,153,52). Sum of RGB (Red+Green+Blue) = 190+153+52=395 (52% of max value = 765). Red value is 190 (74.61% from 255 or 48.10% from 395); Green value is 153 (60.16% from 255 or 38.73% from 395); Blue value is 52 (20.70% from 255 or 13.16% from 395); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9934 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE9934 is #4166CB. Grayscale: #989898. Windows color (decimal): -4286156 or 3447230. OLE color: 3447230.

HSL color Cylindrical-coordinate representation of color #BE9934: hue angle of 43.91º degrees, saturation: 0.57, 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 #BE9934 is Cyan = 0, Magento = 0.19, Yellow = 0.73 and Black (K on CMYK) = 0.25.

Color convert

RGB19015352-
CMYK00.190.730.25
HSL43.91º57.02%47.45%-
HSV(B)43.91º72.63%74.51%-
XYZ33.2533.988.05-
YUV152.5571.26154.71-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 48.10%
GREEN value IS 153 (60.16% from 255) = 38.73%
BLUE value IS 52 (20.70% from 255) = 13.16%
R=48.10%
G=38.73%
B=13.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.73
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901535200.190.730.2543.9157.0247.45
HexBE993401349192c392f
Octal2762316402311131547157
Binary1011111010011001110100010011100100111001101100111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9934

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9934; }

 p { color: rgb(190,153,52); }

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

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

 a { background-color: rgb(190,153,52); }

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

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

 span { border-color: rgb(190,153,52); }

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