Html Css Color HEX #B3B1AD Cotton Seed

📋 copy color: '#B3B1AD'

red 179 ◦ green 177 ◦ blue 173

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

Shades of Cotton Seed #B3B1AD

Tints of Cotton Seed #B3B1AD

RGB

 RED value IS 179 (70.31% from 255) = 33.84%

 GREEN value IS 177 (69.53% from 255) = 33.46%

 BLUE value IS 173 (67.97% from 255) = 32.7%

R = 33.84%
G = 33.46%
B = 32.7%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.03

 K value IS 0.30

RGB Variations

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

Color information

#B3B1AD (or 0xB3B1AD) is known color: Cotton Seed. HEX triplet: B3, B1 and AD. RGB value is (179,177,173). Sum of RGB (Red+Green+Blue) = 179+177+173=529 (70% of max value = 765). Red value is 179 (70.31% from 255 or 33.84% from 529); Green value is 177 (69.53% from 255 or 33.46% from 529); Blue value is 173 (67.97% from 255 or 32.70% from 529); Max value from RGB is 179 - color contains mainly: red. Hex color #B3B1AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B3B1AD is #4C4E52. Grayscale: #B1B1B1. Windows color (decimal): -5000787 or 11383219. OLE color: 11383219.

HSL color Cylindrical-coordinate representation of color #B3B1AD: hue angle of 40º degrees, saturation: 0.04, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #B3B1AD is Cyan = 0, Magento = 0.01, Yellow = 0.03 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 177 173 -
CMYK 0 0.01 0.03 0.30
HSL 40º 0.04% 0.69% -
HSV(B) 40º 0.03% 0.7% -
XYZ 41.86 44.05 45.83 -
YUV 177.14 125.66 129.33 -
System Red Green Blue C M Y K H S L
Decimal 179 177 173 0 0.01 0.03 0.30 40 0.04 0.69
Hex B3 B1 AD 0 1 3 1E 28 4 45
Octal 263 261 255 0 1 3 36 50 4 105
Binary 10110011 10110001 10101101 0 1 11 11110 101000 100 1000101

Color Harmonies of #B3B1AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3B1AD

Black with #B3B1AD

Text Example


Text Example

White with #B3B1AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3B1AD; }

 p { color: rgb(179,177,173); }

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

background-color css

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

 a { background-color: rgb(179,177,173); }

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

border-color css

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

 span { border-color: rgb(179,177,173); }

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