#BE9236

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

Shades of Hokey Pokey #BE9236

Tints of Hokey Pokey #BE9236

Color information

#BE9236 (or 0xBE9236) is unknown color: approx Hokey Pokey. HEX triplet: BE, 92 and 36. RGB value is (190,146,54). Sum of RGB (Red+Green+Blue) = 190+146+54=390 (51% of max value = 765). Red value is 190 (74.61% from 255 or 48.72% from 390); Green value is 146 (57.42% from 255 or 37.44% from 390); Blue value is 54 (21.48% from 255 or 13.85% from 390); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9236 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE9236 is #416DC9. Grayscale: #959595. Windows color (decimal): -4287946 or 3576510. OLE color: 3576510.

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

Color convert

RGB19014654-
CMYK00.230.720.25
HSL40.59º55.74%47.84%-
HSV(B)40.59º71.58%74.51%-
XYZ32.1831.777.93-
YUV148.6774.58157.48-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 48.72%
GREEN value IS 146 (57.42% from 255) = 37.44%
BLUE value IS 54 (21.48% from 255) = 13.85%
R=48.72%
G=37.44%
B=13.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.72
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901465400.230.720.2540.5955.7447.84
HexBE92360174819293830
Octal2762226602711031517060
Binary1011111010010010110110010111100100011001101001111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9236

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9236; }

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

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

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

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

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

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

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

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