Html Css Color HEX #BEB8AB Cotton Seed

📋 copy color: '#BEB8AB'

red 190 ◦ green 184 ◦ blue 171

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

Shades of Cotton Seed #BEB8AB

Tints of Cotton Seed #BEB8AB

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 value IS 0

 M value IS 0.03

 Y value IS 0.10

 K value IS 0.25

RGB Variations

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

Color information

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

RGB 190 184 171 -
CMYK 0 0.03 0.10 0.25
HSL 41.05º 0.13% 0.71% -
HSV(B) 41.05º 0.1% 0.75% -
XYZ 45.73 48.17 45.42 -
YUV 184.31 120.49 132.06 -
System Red Green Blue C M Y K H S L
Decimal 190 184 171 0 0.03 0.10 0.25 41.05 0.13 0.71
Hex BE B8 AB 0 3 A 19 29 D 47
Octal 276 270 253 0 3 12 31 51 15 107
Binary 10111110 10111000 10101011 0 11 1010 11001 101001 1101 1000111

Color Harmonies of #BEB8AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEB8AB

Black with #BEB8AB

Text Example


Text Example

White with #BEB8AB

Text Example


Text Example

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