#BEB8AB

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

Shades of Cotton Seed #BEB8AB

Tints of Cotton Seed #BEB8AB

Color information

#BEB8AB (or 0xBEB8AB) is unknown color: approx Cotton Seed. HEX triplet: BE, B8 and AB. RGB value is (190,184,171). Sum of RGB (Red+Green+Blue) = 190+184+171=545 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.86% from 545); Green value is 184 (72.27% from 255 or 33.76% from 545); Blue value is 171 (67.19% from 255 or 31.38% from 545); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB8AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEB8AB is #414754. Grayscale: #B8B8B8. Windows color (decimal): -4278101 or 11253950. OLE color: 11253950.

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

Color convert

RGB190184171-
CMYK00.030.100.25
HSL41.05º12.75%70.78%-
HSV(B)41.05º10%74.51%-
XYZ45.7348.1745.42-
YUV184.31120.49132.06-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.86%
GREEN value IS 184 (72.27% from 255) = 33.76%
BLUE value IS 171 (67.19% from 255) = 31.38%
R=34.86%
G=33.76%
B=31.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.10
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19018417100.030.100.2541.0512.7570.78
HexBEB8AB03A1929d47
Octal2762702530312315115107
Binary10111110101110001010101101110101100110100111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB8AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB8AB; }

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

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

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

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

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

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

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

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