#BEA44B

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

Shades of Sundance #BEA44B

Tints of Sundance #BEA44B

Color information

#BEA44B (or 0xBEA44B) is unknown color: approx Sundance. HEX triplet: BE, A4 and 4B. RGB value is (190,164,75). Sum of RGB (Red+Green+Blue) = 190+164+75=429 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.29% from 429); Green value is 164 (64.45% from 255 or 38.23% from 429); Blue value is 75 (29.69% from 255 or 17.48% from 429); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA44B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BEA44B is #415BB4. Grayscale: #A2A2A2. Windows color (decimal): -4283317 or 4957374. OLE color: 4957374.

HSL color Cylindrical-coordinate representation of color #BEA44B: hue angle of 46.43º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BEA44B is Cyan = 0, Magento = 0.14, Yellow = 0.61 and Black (K on CMYK) = 0.25.

Color convert

RGB19016475-
CMYK00.140.610.25
HSL46.43º46.94%51.96%-
HSV(B)46.43º60.53%74.51%-
XYZ35.7838.0112.11-
YUV161.6379.11148.24-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 44.29%
GREEN value IS 164 (64.45% from 255) = 38.23%
BLUE value IS 75 (29.69% from 255) = 17.48%
R=44.29%
G=38.23%
B=17.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.61
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901647500.140.610.2546.4346.9451.96
HexBEA44B0E3D192e2f34
Octal2762441130167531565764
Binary101111101010010010010110111011110111001101110101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA44B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA44B; }

 p { color: rgb(190,164,75); }

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

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

 a { background-color: rgb(190,164,75); }

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

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

 span { border-color: rgb(190,164,75); }

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