#BEA748

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

Shades of Sundance #BEA748

Tints of Sundance #BEA748

Color information

#BEA748 (or 0xBEA748) is unknown color: approx Sundance. HEX triplet: BE, A7 and 48. RGB value is (190,167,72). Sum of RGB (Red+Green+Blue) = 190+167+72=429 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.29% from 429); Green value is 167 (65.62% from 255 or 38.93% from 429); Blue value is 72 (28.52% from 255 or 16.78% from 429); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA748 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BEA748 is #4158B7. Grayscale: #A3A3A3. Windows color (decimal): -4282552 or 4761534. OLE color: 4761534.

HSL color Cylindrical-coordinate representation of color #BEA748: hue angle of 48.31º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BEA748 is Cyan = 0, Magento = 0.12, Yellow = 0.62 and Black (K on CMYK) = 0.25.

Color convert

RGB19016772-
CMYK00.120.620.25
HSL48.31º47.58%51.37%-
HSV(B)48.31º62.11%74.51%-
XYZ36.2239.0511.76-
YUV163.0576.62147.22-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 44.29%
GREEN value IS 167 (65.62% from 255) = 38.93%
BLUE value IS 72 (28.52% from 255) = 16.78%
R=44.29%
G=38.93%
B=16.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.62
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901677200.120.620.2548.3147.5851.37
HexBEA7480C3E19303033
Octal2762471100147631606063
Binary101111101010011110010000110011111011001110000110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA748

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA748; }

 p { color: rgb(190,167,72); }

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

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

 a { background-color: rgb(190,167,72); }

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

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

 span { border-color: rgb(190,167,72); }

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