#BE9138

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

Shades of Hokey Pokey #BE9138

Tints of Hokey Pokey #BE9138

Color information

#BE9138 (or 0xBE9138) is unknown color: approx Hokey Pokey. HEX triplet: BE, 91 and 38. RGB value is (190,145,56). Sum of RGB (Red+Green+Blue) = 190+145+56=391 (51% of max value = 765). Red value is 190 (74.61% from 255 or 48.59% from 391); Green value is 145 (57.03% from 255 or 37.08% from 391); Blue value is 56 (22.27% from 255 or 14.32% from 391); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9138 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE9138 is #416EC7. Grayscale: #949494. Windows color (decimal): -4288200 or 3707326. OLE color: 3707326.

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

Color convert

RGB19014556-
CMYK00.240.710.25
HSL39.85º54.47%48.24%-
HSV(B)39.85º70.53%74.51%-
XYZ32.0731.488.13-
YUV148.3175.91157.74-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 48.59%
GREEN value IS 145 (57.03% from 255) = 37.08%
BLUE value IS 56 (22.27% from 255) = 14.32%
R=48.59%
G=37.08%
B=14.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.71
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901455600.240.710.2539.8554.4748.24
HexBE91380184719283630
Octal2762217003010731506660
Binary1011111010010001111000011000100011111001101000110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9138

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9138; }

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

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

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

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

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

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

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

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