#B5B3AF

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

Shades of Cotton Seed #B5B3AF

Tints of Cotton Seed #B5B3AF

Color information

#B5B3AF (or 0xB5B3AF) is unknown color: approx Cotton Seed. HEX triplet: B5, B3 and AF. RGB value is (181,179,175). Sum of RGB (Red+Green+Blue) = 181+179+175=535 (70% of max value = 765). Red value is 181 (71.09% from 255 or 33.83% from 535); Green value is 179 (70.31% from 255 or 33.46% from 535); Blue value is 175 (68.75% from 255 or 32.71% from 535); Max value from RGB is 181 - color contains mainly: red. Hex color #B5B3AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5B3AF is #4A4C50. Grayscale: #B3B3B3. Windows color (decimal): -4869201 or 11514805. OLE color: 11514805.

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

Color convert

RGB181179175-
CMYK00.010.030.29
HSL40º3.9%69.8%-
HSV(B)40º3.31%70.98%-
XYZ42.9145.1647.01-
YUV179.14125.66129.33-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 33.83%
GREEN value IS 179 (70.31% from 255) = 33.46%
BLUE value IS 175 (68.75% from 255) = 32.71%
R=33.83%
G=33.46%
B=32.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.03
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18117917500.010.030.29403.969.8
HexB5B3AF0131D28446
Octal26526325701335504106
Binary1011010110110011101011110111111011010001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5B3AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5B3AF; }

 p { color: rgb(181,179,175); }

 H1.HeaderClassName
 {
   color: #B5B3AF;
 }
 .AnyTagClassName
 {
   color: #B5B3AF;
 }
</style>
background-color css

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

 a { background-color: rgb(181,179,175); }

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

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

 span { border-color: rgb(181,179,175); }

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