#B4B1AC

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

Shades of Cotton Seed #B4B1AC

Tints of Cotton Seed #B4B1AC

Color information

#B4B1AC (or 0xB4B1AC) is unknown color: approx Cotton Seed. HEX triplet: B4, B1 and AC. RGB value is (180,177,172). Sum of RGB (Red+Green+Blue) = 180+177+172=529 (70% of max value = 765). Red value is 180 (70.70% from 255 or 34.03% from 529); Green value is 177 (69.53% from 255 or 33.46% from 529); Blue value is 172 (67.58% from 255 or 32.51% from 529); Max value from RGB is 180 - color contains mainly: red. Hex color #B4B1AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4B1AC is #4B4E53. Grayscale: #B1B1B1. Windows color (decimal): -4935252 or 11317684. OLE color: 11317684.

HSL color Cylindrical-coordinate representation of color #B4B1AC: 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 #B4B1AC is Cyan = 0, Magento = 0.02, Yellow = 0.04 and Black (K on CMYK) = 0.29.

Color convert

RGB180177172-
CMYK00.020.040.29
HSL37.5º5.06%69.02%-
HSV(B)37.5º4.44%70.59%-
XYZ41.9944.1345.33-
YUV177.33124.99129.91-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 34.03%
GREEN value IS 177 (69.53% from 255) = 33.46%
BLUE value IS 172 (67.58% from 255) = 32.51%
R=34.03%
G=33.46%
B=32.51%

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
Decimal18017717200.020.040.2937.55.0669.02
HexB4B1AC0241D26545
Octal26426125402435465105
Binary101101001011000110101100010100111011001101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4B1AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4B1AC; }

 p { color: rgb(180,177,172); }

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

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

 a { background-color: rgb(180,177,172); }

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

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

 span { border-color: rgb(180,177,172); }

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