#BE9234

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

Shades of Hokey Pokey #BE9234

Tints of Hokey Pokey #BE9234

Color information

#BE9234 (or 0xBE9234) is unknown color: approx Hokey Pokey. HEX triplet: BE, 92 and 34. RGB value is (190,146,52). Sum of RGB (Red+Green+Blue) = 190+146+52=388 (51% of max value = 765). Red value is 190 (74.61% from 255 or 48.97% from 388); Green value is 146 (57.42% from 255 or 37.63% from 388); Blue value is 52 (20.70% from 255 or 13.40% from 388); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9234 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE9234 is #416DCB. Grayscale: #949494. Windows color (decimal): -4287948 or 3445438. OLE color: 3445438.

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

Color convert

RGB19014652-
CMYK00.230.730.25
HSL40.87º57.02%47.45%-
HSV(B)40.87º72.63%74.51%-
XYZ32.1331.757.68-
YUV148.4473.58157.64-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 48.97%
GREEN value IS 146 (57.42% from 255) = 37.63%
BLUE value IS 52 (20.70% from 255) = 13.40%
R=48.97%
G=37.63%
B=13.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.73
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901465200.230.730.2540.8757.0247.45
HexBE9234017491929392f
Octal2762226402711131517157
Binary1011111010010010110100010111100100111001101001111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9234

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9234; }

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

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

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

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

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

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

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

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