#BE9238

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

Shades of Hokey Pokey #BE9238

Tints of Hokey Pokey #BE9238

Color information

#BE9238 (or 0xBE9238) is unknown color: approx Hokey Pokey. HEX triplet: BE, 92 and 38. RGB value is (190,146,56). Sum of RGB (Red+Green+Blue) = 190+146+56=392 (51% of max value = 765). Red value is 190 (74.61% from 255 or 48.47% from 392); Green value is 146 (57.42% from 255 or 37.24% from 392); Blue value is 56 (22.27% from 255 or 14.29% from 392); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9238 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE9238 is #416DC7. Grayscale: #959595. Windows color (decimal): -4287944 or 3707582. OLE color: 3707582.

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

Color convert

RGB19014656-
CMYK00.230.710.25
HSL40.3º54.47%48.24%-
HSV(B)40.3º70.53%74.51%-
XYZ32.2331.798.18-
YUV148.975.58157.32-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 48.47%
GREEN value IS 146 (57.42% from 255) = 37.24%
BLUE value IS 56 (22.27% from 255) = 14.29%
R=48.47%
G=37.24%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.71
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901465600.230.710.2540.354.4748.24
HexBE92380174719283630
Octal2762227002710731506660
Binary1011111010010010111000010111100011111001101000110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9238

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9238; }

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

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

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

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

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

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

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

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