#BEB8AA

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

Shades of Cotton Seed #BEB8AA

Tints of Cotton Seed #BEB8AA

Color information

#BEB8AA (or 0xBEB8AA) is unknown color: approx Cotton Seed. HEX triplet: BE, B8 and AA. RGB value is (190,184,170). Sum of RGB (Red+Green+Blue) = 190+184+170=544 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.93% from 544); Green value is 184 (72.27% from 255 or 33.82% from 544); Blue value is 170 (66.80% from 255 or 31.25% from 544); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB8AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEB8AA is #414755. Grayscale: #B8B8B8. Windows color (decimal): -4278102 or 11188414. OLE color: 11188414.

HSL color Cylindrical-coordinate representation of color #BEB8AA: hue angle of 42º degrees, saturation: 0.13, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BEB8AA is Cyan = 0, Magento = 0.03, Yellow = 0.11 and Black (K on CMYK) = 0.25.

Color convert

RGB190184170-
CMYK00.030.110.25
HSL42º13.33%70.59%-
HSV(B)42º10.53%74.51%-
XYZ45.6348.1344.92-
YUV184.2119.99132.14-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.93%
GREEN value IS 184 (72.27% from 255) = 33.82%
BLUE value IS 170 (66.80% from 255) = 31.25%
R=34.93%
G=33.82%
B=31.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.11
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19018417000.030.110.254213.3370.59
HexBEB8AA03B192ad47
Octal2762702520313315215107
Binary10111110101110001010101001110111100110101011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB8AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB8AA; }

 p { color: rgb(190,184,170); }

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

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

 a { background-color: rgb(190,184,170); }

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

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

 span { border-color: rgb(190,184,170); }

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