#BEB8AC

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

Shades of Cotton Seed #BEB8AC

Tints of Cotton Seed #BEB8AC

Color information

#BEB8AC (or 0xBEB8AC) is unknown color: approx Cotton Seed. HEX triplet: BE, B8 and AC. RGB value is (190,184,172). Sum of RGB (Red+Green+Blue) = 190+184+172=546 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.80% from 546); Green value is 184 (72.27% from 255 or 33.70% from 546); Blue value is 172 (67.58% from 255 or 31.50% from 546); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB8AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEB8AC is #414753. Grayscale: #B8B8B8. Windows color (decimal): -4278100 or 11319486. OLE color: 11319486.

HSL color Cylindrical-coordinate representation of color #BEB8AC: hue angle of 40º 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 #BEB8AC is Cyan = 0, Magento = 0.03, Yellow = 0.09 and Black (K on CMYK) = 0.25.

Color convert

RGB190184172-
CMYK00.030.090.25
HSL40º12.16%70.98%-
HSV(B)40º9.47%74.51%-
XYZ45.8248.2145.92-
YUV184.43120.99131.98-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.80%
GREEN value IS 184 (72.27% from 255) = 33.70%
BLUE value IS 172 (67.58% from 255) = 31.50%
R=34.80%
G=33.70%
B=31.50%

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
Decimal19018417200.030.090.254012.1670.98
HexBEB8AC0391928c47
Octal2762702540311315014107
Binary10111110101110001010110001110011100110100011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB8AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB8AC; }

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

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

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

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

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

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

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

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