#B5B2AB

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

Shades of Cotton Seed #B5B2AB

Tints of Cotton Seed #B5B2AB

Color information

#B5B2AB (or 0xB5B2AB) is unknown color: approx Cotton Seed. HEX triplet: B5, B2 and AB. RGB value is (181,178,171). Sum of RGB (Red+Green+Blue) = 181+178+171=530 (70% of max value = 765). Red value is 181 (71.09% from 255 or 34.15% from 530); Green value is 178 (69.92% from 255 or 33.58% from 530); Blue value is 171 (67.19% from 255 or 32.26% from 530); Max value from RGB is 181 - color contains mainly: red. Hex color #B5B2AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5B2AB is #4A4D54. Grayscale: #B2B2B2. Windows color (decimal): -4869461 or 11252405. OLE color: 11252405.

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

Color convert

RGB181178171-
CMYK00.020.060.29
HSL42º6.33%69.02%-
HSV(B)42º5.52%70.98%-
XYZ42.3344.644.91-
YUV178.1123.99130.07-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 34.15%
GREEN value IS 178 (69.92% from 255) = 33.58%
BLUE value IS 171 (67.19% from 255) = 32.26%
R=34.15%
G=33.58%
B=32.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.06
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18117817100.020.060.29426.3369.02
HexB5B2AB0261D2a645
Octal26526225302635526105
Binary101101011011001010101011010110111011010101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5B2AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5B2AB; }

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

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

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

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

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

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

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

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