#B4B2AD

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

Shades of Cotton Seed #B4B2AD

Tints of Cotton Seed #B4B2AD

Color information

#B4B2AD (or 0xB4B2AD) is unknown color: approx Cotton Seed. HEX triplet: B4, B2 and AD. RGB value is (180,178,173). Sum of RGB (Red+Green+Blue) = 180+178+173=531 (70% of max value = 765). Red value is 180 (70.70% from 255 or 33.90% from 531); Green value is 178 (69.92% from 255 or 33.52% from 531); Blue value is 173 (67.97% from 255 or 32.58% from 531); Max value from RGB is 180 - color contains mainly: red. Hex color #B4B2AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4B2AD is #4B4D52. Grayscale: #B2B2B2. Windows color (decimal): -4934995 or 11383476. OLE color: 11383476.

HSL color Cylindrical-coordinate representation of color #B4B2AD: hue angle of 42.86º degrees, saturation: 0.04, 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 #B4B2AD is Cyan = 0, Magento = 0.01, Yellow = 0.04 and Black (K on CMYK) = 0.29.

Color convert

RGB180178173-
CMYK00.010.040.29
HSL42.86º4.46%69.22%-
HSV(B)42.86º3.89%70.59%-
XYZ42.2944.5645.91-
YUV178.03125.16129.41-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 33.90%
GREEN value IS 178 (69.92% from 255) = 33.52%
BLUE value IS 173 (67.97% from 255) = 32.58%
R=33.90%
G=33.52%
B=32.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.04
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18017817300.010.040.2942.864.4669.22
HexB4B2AD0141D2b445
Octal26426225501435534105
Binary10110100101100101010110101100111011010111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4B2AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4B2AD; }

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

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

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

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

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

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

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

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