#B4B2AE

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

Shades of Cotton Seed #B4B2AE

Tints of Cotton Seed #B4B2AE

Color information

#B4B2AE (or 0xB4B2AE) is unknown color: approx Cotton Seed. HEX triplet: B4, B2 and AE. RGB value is (180,178,174). Sum of RGB (Red+Green+Blue) = 180+178+174=532 (70% of max value = 765). Red value is 180 (70.70% from 255 or 33.83% from 532); Green value is 178 (69.92% from 255 or 33.46% from 532); Blue value is 174 (68.36% from 255 or 32.71% from 532); Max value from RGB is 180 - color contains mainly: red. Hex color #B4B2AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4B2AE is #4B4D51. Grayscale: #B2B2B2. Windows color (decimal): -4934994 or 11449012. OLE color: 11449012.

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

Color convert

RGB180178174-
CMYK00.010.030.29
HSL40º3.85%69.41%-
HSV(B)40º3.33%70.59%-
XYZ42.3844.646.42-
YUV178.14125.66129.33-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 33.83%
GREEN value IS 178 (69.92% from 255) = 33.46%
BLUE value IS 174 (68.36% 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
Decimal18017817400.010.030.29403.8569.41
HexB4B2AE0131D28445
Octal26426225601335504105
Binary1011010010110010101011100111111011010001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4B2AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4B2AE; }

 p { color: rgb(180,178,174); }

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

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

 a { background-color: rgb(180,178,174); }

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

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

 span { border-color: rgb(180,178,174); }

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