#BEAC9A

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

Shades of Silk #BEAC9A

Tints of Silk #BEAC9A

Color information

#BEAC9A (or 0xBEAC9A) is unknown color: approx Silk. HEX triplet: BE, AC and 9A. RGB value is (190,172,154). Sum of RGB (Red+Green+Blue) = 190+172+154=516 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.82% from 516); Green value is 172 (67.58% from 255 or 33.33% from 516); Blue value is 154 (60.55% from 255 or 29.84% from 516); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAC9A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEAC9A is #415365. Grayscale: #AFAFAF. Windows color (decimal): -4281190 or 10136766. OLE color: 10136766.

HSL color Cylindrical-coordinate representation of color #BEAC9A: hue angle of 30º degrees, saturation: 0.22, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BEAC9A is Cyan = 0, Magento = 0.09, Yellow = 0.19 and Black (K on CMYK) = 0.25.

Color convert

RGB190172154-
CMYK00.090.190.25
HSL30º21.69%67.45%-
HSV(B)30º18.95%74.51%-
XYZ41.8242.7936.63-
YUV175.33115.96138.46-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.82%
GREEN value IS 172 (67.58% from 255) = 33.33%
BLUE value IS 154 (60.55% from 255) = 29.84%
R=36.82%
G=33.33%
B=29.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.19
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19017215400.090.190.253021.6967.45
HexBEAC9A0913191e1643
Octal27625423201123313626103
Binary10111110101011001001101001001100111100111110101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEAC9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEAC9A; }

 p { color: rgb(190,172,154); }

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

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

 a { background-color: rgb(190,172,154); }

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

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

 span { border-color: rgb(190,172,154); }

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