#BE9239

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

Shades of Hokey Pokey #BE9239

Tints of Hokey Pokey #BE9239

Color information

#BE9239 (or 0xBE9239) is unknown color: approx Hokey Pokey. HEX triplet: BE, 92 and 39. RGB value is (190,146,57). Sum of RGB (Red+Green+Blue) = 190+146+57=393 (52% of max value = 765). Red value is 190 (74.61% from 255 or 48.35% from 393); Green value is 146 (57.42% from 255 or 37.15% from 393); Blue value is 57 (22.66% from 255 or 14.50% from 393); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9239 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE9239 is #416DC6. Grayscale: #959595. Windows color (decimal): -4287943 or 3773118. OLE color: 3773118.

HSL color Cylindrical-coordinate representation of color #BE9239: hue angle of 40.15º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BE9239 is Cyan = 0, Magento = 0.23, Yellow = 0.7 and Black (K on CMYK) = 0.25.

Color convert

RGB19014657-
CMYK00.230.70.25
HSL40.15º53.85%48.43%-
HSV(B)40.15º70%74.51%-
XYZ32.2531.88.31-
YUV149.0176.08157.24-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 48.35%
GREEN value IS 146 (57.42% from 255) = 37.15%
BLUE value IS 57 (22.66% from 255) = 14.50%
R=48.35%
G=37.15%
B=14.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.7
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901465700.230.70.2540.1553.8548.43
HexBE92390174619283630
Octal2762227102710631506660
Binary1011111010010010111001010111100011011001101000110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9239

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9239; }

 p { color: rgb(190,146,57); }

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

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

 a { background-color: rgb(190,146,57); }

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

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

 span { border-color: rgb(190,146,57); }

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