#BE9036

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

Shades of Hokey Pokey #BE9036

Tints of Hokey Pokey #BE9036

Color information

#BE9036 (or 0xBE9036) is unknown color: approx Hokey Pokey. HEX triplet: BE, 90 and 36. RGB value is (190,144,54). Sum of RGB (Red+Green+Blue) = 190+144+54=388 (51% of max value = 765). Red value is 190 (74.61% from 255 or 48.97% from 388); Green value is 144 (56.64% from 255 or 37.11% from 388); Blue value is 54 (21.48% from 255 or 13.92% from 388); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9036 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE9036 is #416FC9. Grayscale: #939393. Windows color (decimal): -4288458 or 3575998. OLE color: 3575998.

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

Color convert

RGB19014454-
CMYK00.240.720.25
HSL39.71º55.74%47.84%-
HSV(B)39.71º71.58%74.51%-
XYZ31.8731.167.82-
YUV147.4975.24158.32-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 48.97%
GREEN value IS 144 (56.64% from 255) = 37.11%
BLUE value IS 54 (21.48% from 255) = 13.92%
R=48.97%
G=37.11%
B=13.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.72
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901445400.240.720.2539.7155.7447.84
HexBE90360184819283830
Octal2762206603011031507060
Binary1011111010010000110110011000100100011001101000111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9036

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9036; }

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

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

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

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

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

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

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

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