#BEB9AE

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

Shades of Cotton Seed #BEB9AE

Tints of Cotton Seed #BEB9AE

Color information

#BEB9AE (or 0xBEB9AE) is unknown color: approx Cotton Seed. HEX triplet: BE, B9 and AE. RGB value is (190,185,174). Sum of RGB (Red+Green+Blue) = 190+185+174=549 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.61% from 549); Green value is 185 (72.66% from 255 or 33.70% from 549); Blue value is 174 (68.36% from 255 or 31.69% from 549); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB9AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEB9AE is #414651. Grayscale: #B9B9B9. Windows color (decimal): -4277842 or 11450814. OLE color: 11450814.

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

Color convert

RGB190185174-
CMYK00.030.080.25
HSL41.25º10.96%71.37%-
HSV(B)41.25º8.42%74.51%-
XYZ46.2248.747.01-
YUV185.24121.66131.39-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.61%
GREEN value IS 185 (72.66% from 255) = 33.70%
BLUE value IS 174 (68.36% from 255) = 31.69%
R=34.61%
G=33.70%
B=31.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.08
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19018517400.030.080.2541.2510.9671.37
HexBEB9AE0381929b47
Octal2762712560310315113107
Binary10111110101110011010111001110001100110100110111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB9AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB9AE; }

 p { color: rgb(190,185,174); }

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

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

 a { background-color: rgb(190,185,174); }

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

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

 span { border-color: rgb(190,185,174); }

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