#B5B2AC

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

Shades of Cotton Seed #B5B2AC

Tints of Cotton Seed #B5B2AC

Color information

#B5B2AC (or 0xB5B2AC) is unknown color: approx Cotton Seed. HEX triplet: B5, B2 and AC. RGB value is (181,178,172). Sum of RGB (Red+Green+Blue) = 181+178+172=531 (70% of max value = 765). Red value is 181 (71.09% from 255 or 34.09% from 531); Green value is 178 (69.92% from 255 or 33.52% from 531); Blue value is 172 (67.58% from 255 or 32.39% from 531); Max value from RGB is 181 - color contains mainly: red. Hex color #B5B2AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5B2AC is #4A4D53. Grayscale: #B2B2B2. Windows color (decimal): -4869460 or 11317941. OLE color: 11317941.

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

Color convert

RGB181178172-
CMYK00.020.050.29
HSL40º5.73%69.22%-
HSV(B)40º4.97%70.98%-
XYZ42.4244.6445.41-
YUV178.21124.49129.99-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 34.09%
GREEN value IS 178 (69.92% from 255) = 33.52%
BLUE value IS 172 (67.58% from 255) = 32.39%
R=34.09%
G=33.52%
B=32.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.05
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18117817200.020.050.29405.7369.22
HexB5B2AC0251D28645
Octal26526225402535506105
Binary101101011011001010101100010101111011010001101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5B2AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5B2AC; }

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

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

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

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

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

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

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

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