#BE8934

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

Shades of Hokey Pokey #BE8934

Tints of Hokey Pokey #BE8934

Color information

#BE8934 (or 0xBE8934) is unknown color: approx Hokey Pokey. HEX triplet: BE, 89 and 34. RGB value is (190,137,52). Sum of RGB (Red+Green+Blue) = 190+137+52=379 (50% of max value = 765). Red value is 190 (74.61% from 255 or 50.13% from 379); Green value is 137 (53.91% from 255 or 36.15% from 379); Blue value is 52 (20.70% from 255 or 13.72% from 379); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8934 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE8934 is #4176CB. Grayscale: #8F8F8F. Windows color (decimal): -4290252 or 3443134. OLE color: 3443134.

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

Color convert

RGB19013752-
CMYK00.280.730.25
HSL36.96º57.02%47.45%-
HSV(B)36.96º72.63%74.51%-
XYZ30.829.097.24-
YUV143.1676.56161.41-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 50.13%
GREEN value IS 137 (53.91% from 255) = 36.15%
BLUE value IS 52 (20.70% from 255) = 13.72%
R=50.13%
G=36.15%
B=13.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.73
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901375200.280.730.2536.9657.0247.45
HexBE893401C491925392f
Octal2762116403411131457157
Binary1011111010001001110100011100100100111001100101111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8934

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8934; }

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

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

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

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

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

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

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

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