#BEB7AA

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

Shades of Cotton Seed #BEB7AA

Tints of Cotton Seed #BEB7AA

Color information

#BEB7AA (or 0xBEB7AA) is unknown color: approx Cotton Seed. HEX triplet: BE, B7 and AA. RGB value is (190,183,170). Sum of RGB (Red+Green+Blue) = 190+183+170=543 (71% of max value = 765). Red value is 190 (74.61% from 255 or 34.99% from 543); Green value is 183 (71.88% from 255 or 33.70% from 543); Blue value is 170 (66.80% from 255 or 31.31% from 543); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB7AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEB7AA is #414855. Grayscale: #B7B7B7. Windows color (decimal): -4278358 or 11188158. OLE color: 11188158.

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

Color convert

RGB190183170-
CMYK00.040.110.25
HSL39º13.33%70.59%-
HSV(B)39º10.53%74.51%-
XYZ45.4247.7244.85-
YUV183.61120.32132.56-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.99%
GREEN value IS 183 (71.88% from 255) = 33.70%
BLUE value IS 170 (66.80% from 255) = 31.31%
R=34.99%
G=33.70%
B=31.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.11
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19018317000.040.110.253913.3370.59
HexBEB7AA04B1927d47
Octal2762672520413314715107
Binary101111101011011110101010010010111100110011111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB7AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB7AA; }

 p { color: rgb(190,183,170); }

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

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

 a { background-color: rgb(190,183,170); }

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

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

 span { border-color: rgb(190,183,170); }

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