#B3B1AD

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

Shades of Cotton Seed #B3B1AD

Tints of Cotton Seed #B3B1AD

Color information

#B3B1AD (or 0xB3B1AD) is unknown color: approx 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

RGB179177173-
CMYK00.010.030.30
HSL40º3.8%69.02%-
HSV(B)40º3.35%70.2%-
XYZ41.8644.0545.83-
YUV177.14125.66129.33-

RGB Variations

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

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.70%
R=33.84%
G=33.46%
B=32.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.03
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17917717300.010.030.30403.869.02
HexB3B1AD0131E28445
Octal26326125501336504105
Binary1011001110110001101011010111111101010001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3B1AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>