#B5B2AD

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

Shades of Cotton Seed #B5B2AD

Tints of Cotton Seed #B5B2AD

Color information

#B5B2AD (or 0xB5B2AD) is unknown color: approx Cotton Seed. HEX triplet: B5, B2 and AD. RGB value is (181,178,173). Sum of RGB (Red+Green+Blue) = 181+178+173=532 (70% of max value = 765). Red value is 181 (71.09% from 255 or 34.02% from 532); Green value is 178 (69.92% from 255 or 33.46% from 532); Blue value is 173 (67.97% from 255 or 32.52% from 532); Max value from RGB is 181 - color contains mainly: red. Hex color #B5B2AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5B2AD is #4A4D52. Grayscale: #B2B2B2. Windows color (decimal): -4869459 or 11383477. OLE color: 11383477.

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

Color convert

RGB181178173-
CMYK00.020.040.29
HSL37.5º5.13%69.41%-
HSV(B)37.5º4.42%70.98%-
XYZ42.5244.6845.92-
YUV178.33124.99129.91-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 34.02%
GREEN value IS 178 (69.92% from 255) = 33.46%
BLUE value IS 173 (67.97% from 255) = 32.52%
R=34.02%
G=33.46%
B=32.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.04
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18117817300.020.040.2937.55.1369.41
HexB5B2AD0241D26545
Octal26526225502435465105
Binary101101011011001010101101010100111011001101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5B2AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5B2AD; }

 p { color: rgb(181,178,173); }

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

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

 a { background-color: rgb(181,178,173); }

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

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

 span { border-color: rgb(181,178,173); }

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