#BEB8AD

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

Shades of Cotton Seed #BEB8AD

Tints of Cotton Seed #BEB8AD

Color information

#BEB8AD (or 0xBEB8AD) is unknown color: approx Cotton Seed. HEX triplet: BE, B8 and AD. RGB value is (190,184,173). Sum of RGB (Red+Green+Blue) = 190+184+173=547 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.73% from 547); Green value is 184 (72.27% from 255 or 33.64% from 547); Blue value is 173 (67.97% from 255 or 31.63% from 547); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB8AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEB8AD is #414752. Grayscale: #B8B8B8. Windows color (decimal): -4278099 or 11385022. OLE color: 11385022.

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

Color convert

RGB190184173-
CMYK00.030.090.25
HSL38.82º11.56%71.18%-
HSV(B)38.82º8.95%74.51%-
XYZ45.9248.2546.43-
YUV184.54121.49131.89-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.73%
GREEN value IS 184 (72.27% from 255) = 33.64%
BLUE value IS 173 (67.97% from 255) = 31.63%
R=34.73%
G=33.64%
B=31.63%

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
Decimal19018417300.030.090.2538.8211.5671.18
HexBEB8AD0391927c47
Octal2762702550311314714107
Binary10111110101110001010110101110011100110011111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB8AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB8AD; }

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

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

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

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

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

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

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

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