Html Css Color HEX #BEB8AA Cotton Seed

📋 copy color: '#BEB8AA'

red 190 ◦ green 184 ◦ blue 170

#BEB8AA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cotton Seed #BEB8AA

Tints of Cotton Seed #BEB8AA

RGB

 RED value IS 190 (74.61% from 255) = 34.93%

 GREEN value IS 184 (72.27% from 255) = 33.82%

 BLUE value IS 170 (66.8% from 255) = 31.25%

R = 34.93%
G = 33.82%
B = 31.25%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.11

 K value IS 0.25

RGB Variations

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

Color information

#BEB8AA (or 0xBEB8AA) is known color: Cotton Seed. HEX triplet: BE, B8 and AA. RGB value is (190,184,170). Sum of RGB (Red+Green+Blue) = 190+184+170=544 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.93% from 544); Green value is 184 (72.27% from 255 or 33.82% from 544); Blue value is 170 (66.80% from 255 or 31.25% from 544); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB8AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEB8AA is #414755. Grayscale: #B8B8B8. Windows color (decimal): -4278102 or 11188414. OLE color: 11188414.

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

Color convert

RGB 190 184 170 -
CMYK 0 0.03 0.11 0.25
HSL 42º 0.13% 0.71% -
HSV(B) 42º 0.11% 0.75% -
XYZ 45.63 48.13 44.92 -
YUV 184.2 119.99 132.14 -
System Red Green Blue C M Y K H S L
Decimal 190 184 170 0 0.03 0.11 0.25 42 0.13 0.71
Hex BE B8 AA 0 3 B 19 2A D 47
Octal 276 270 252 0 3 13 31 52 15 107
Binary 10111110 10111000 10101010 0 11 1011 11001 101010 1101 1000111

Color Harmonies of #BEB8AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEB8AA

Black with #BEB8AA

Text Example


Text Example

White with #BEB8AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEB8AA; }

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

 H1.HeaderClassName
 {
   color: #BEB8AA;
 }
 .AnyTagClassName
 {
   color: #BEB8AA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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