#BE9634

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

Shades of Hokey Pokey #BE9634

Tints of Hokey Pokey #BE9634

Color information

#BE9634 (or 0xBE9634) is unknown color: approx Hokey Pokey. HEX triplet: BE, 96 and 34. RGB value is (190,150,52). Sum of RGB (Red+Green+Blue) = 190+150+52=392 (51% of max value = 765). Red value is 190 (74.61% from 255 or 48.47% from 392); Green value is 150 (58.98% from 255 or 38.27% from 392); Blue value is 52 (20.70% from 255 or 13.27% from 392); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9634 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE9634 is #4169CB. Grayscale: #979797. Windows color (decimal): -4286924 or 3446462. OLE color: 3446462.

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

Color convert

RGB19015052-
CMYK00.210.730.25
HSL42.61º57.02%47.45%-
HSV(B)42.61º72.63%74.51%-
XYZ32.7633.017.89-
YUV150.7972.25155.97-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 48.47%
GREEN value IS 150 (58.98% from 255) = 38.27%
BLUE value IS 52 (20.70% from 255) = 13.27%
R=48.47%
G=38.27%
B=13.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.73
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901505200.210.730.2542.6157.0247.45
HexBE963401549192b392f
Octal2762266402511131537157
Binary1011111010010110110100010101100100111001101011111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9634

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9634; }

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

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

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

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

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

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

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

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