Html Css Color HEX #BEB7AA Cotton Seed

📋 copy color: '#BEB7AA'

red 190 ◦ green 183 ◦ blue 170

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

Shades of Cotton Seed #BEB7AA

Tints of Cotton Seed #BEB7AA

RGB

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

 GREEN value IS 183 (71.88% from 255) = 33.7%

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

R = 34.99%
G = 33.7%
B = 31.31%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.11

 K value IS 0.25

RGB Variations

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

Color information

#BEB7AA (or 0xBEB7AA) is known color: 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

RGB 190 183 170 -
CMYK 0 0.04 0.11 0.25
HSL 39º 0.13% 0.71% -
HSV(B) 39º 0.11% 0.75% -
XYZ 45.42 47.72 44.85 -
YUV 183.61 120.32 132.56 -
System Red Green Blue C M Y K H S L
Decimal 190 183 170 0 0.04 0.11 0.25 39 0.13 0.71
Hex BE B7 AA 0 4 B 19 27 D 47
Octal 276 267 252 0 4 13 31 47 15 107
Binary 10111110 10110111 10101010 0 100 1011 11001 100111 1101 1000111

Color Harmonies of #BEB7AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEB7AA

Black with #BEB7AA

Text Example


Text Example

White with #BEB7AA

Text Example


Text Example

HTML Codes & Css Web 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>