#BE9A37

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

Shades of Hokey Pokey #BE9A37

Tints of Hokey Pokey #BE9A37

Color information

#BE9A37 (or 0xBE9A37) is unknown color: approx Hokey Pokey. HEX triplet: BE, 9A and 37. RGB value is (190,154,55). Sum of RGB (Red+Green+Blue) = 190+154+55=399 (52% of max value = 765). Red value is 190 (74.61% from 255 or 47.62% from 399); Green value is 154 (60.55% from 255 or 38.60% from 399); Blue value is 55 (21.88% from 255 or 13.78% from 399); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9A37 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE9A37 is #4165C8. Grayscale: #999999. Windows color (decimal): -4285897 or 3644094. OLE color: 3644094.

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

Color convert

RGB19015455-
CMYK00.190.710.25
HSL44º55.1%48.04%-
HSV(B)44º71.05%74.51%-
XYZ33.4834.338.48-
YUV153.4872.43154.05-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 47.62%
GREEN value IS 154 (60.55% from 255) = 38.60%
BLUE value IS 55 (21.88% from 255) = 13.78%
R=47.62%
G=38.60%
B=13.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.71
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901545500.190.710.254455.148.04
HexBE9A3701347192c3730
Octal2762326702310731546760
Binary1011111010011010110111010011100011111001101100110111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9A37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9A37; }

 p { color: rgb(190,154,55); }

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

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

 a { background-color: rgb(190,154,55); }

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

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

 span { border-color: rgb(190,154,55); }

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