#BE963A

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

Shades of Hokey Pokey #BE963A

Tints of Hokey Pokey #BE963A

Color information

#BE963A (or 0xBE963A) is unknown color: approx Hokey Pokey. HEX triplet: BE, 96 and 3A. RGB value is (190,150,58). Sum of RGB (Red+Green+Blue) = 190+150+58=398 (52% of max value = 765). Red value is 190 (74.61% from 255 or 47.74% from 398); Green value is 150 (58.98% from 255 or 37.69% from 398); Blue value is 58 (23.05% from 255 or 14.57% from 398); Max value from RGB is 190 - color contains mainly: red. Hex color #BE963A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE963A is #4169C5. Grayscale: #979797. Windows color (decimal): -4286918 or 3839678. OLE color: 3839678.

HSL color Cylindrical-coordinate representation of color #BE963A: hue angle of 41.82º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BE963A is Cyan = 0, Magento = 0.21, Yellow = 0.69 and Black (K on CMYK) = 0.25.

Color convert

RGB19015058-
CMYK00.210.690.25
HSL41.82º53.23%48.63%-
HSV(B)41.82º69.47%74.51%-
XYZ32.9133.078.65-
YUV151.4775.25155.48-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 47.74%
GREEN value IS 150 (58.98% from 255) = 37.69%
BLUE value IS 58 (23.05% from 255) = 14.57%
R=47.74%
G=37.69%
B=14.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.69
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901505800.210.690.2541.8253.2348.63
HexBE963A01545192a3531
Octal2762267202510531526561
Binary1011111010010110111010010101100010111001101010110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE963A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE963A; }

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

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

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

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

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

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

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

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