#BEB9AC

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

Shades of Cotton Seed #BEB9AC

Tints of Cotton Seed #BEB9AC

Color information

#BEB9AC (or 0xBEB9AC) is unknown color: approx Cotton Seed. HEX triplet: BE, B9 and AC. RGB value is (190,185,172). Sum of RGB (Red+Green+Blue) = 190+185+172=547 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.73% from 547); Green value is 185 (72.66% from 255 or 33.82% from 547); Blue value is 172 (67.58% from 255 or 31.44% from 547); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB9AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEB9AC is #414653. Grayscale: #B9B9B9. Windows color (decimal): -4277844 or 11319742. OLE color: 11319742.

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

Color convert

RGB190185172-
CMYK00.030.090.25
HSL43.33º12.16%70.98%-
HSV(B)43.33º9.47%74.51%-
XYZ46.0348.6245.99-
YUV185.01120.66131.56-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.73%
GREEN value IS 185 (72.66% from 255) = 33.82%
BLUE value IS 172 (67.58% from 255) = 31.44%
R=34.73%
G=33.82%
B=31.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.09
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19018517200.030.090.2543.3312.1670.98
HexBEB9AC039192bc47
Octal2762712540311315314107
Binary10111110101110011010110001110011100110101111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB9AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB9AC; }

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

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

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

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

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

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

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

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