#B9B4AC

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

Shades of Cotton Seed #B9B4AC

Tints of Cotton Seed #B9B4AC

Color information

#B9B4AC (or 0xB9B4AC) is unknown color: approx Cotton Seed. HEX triplet: B9, B4 and AC. RGB value is (185,180,172). Sum of RGB (Red+Green+Blue) = 185+180+172=537 (71% of max value = 765). Red value is 185 (72.66% from 255 or 34.45% from 537); Green value is 180 (70.70% from 255 or 33.52% from 537); Blue value is 172 (67.58% from 255 or 32.03% from 537); Max value from RGB is 185 - color contains mainly: red. Hex color #B9B4AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9B4AC is #464B53. Grayscale: #B4B4B4. Windows color (decimal): -4606804 or 11318457. OLE color: 11318457.

HSL color Cylindrical-coordinate representation of color #B9B4AC: hue angle of 36.92º degrees, saturation: 0.08, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #B9B4AC is Cyan = 0, Magento = 0.03, Yellow = 0.07 and Black (K on CMYK) = 0.27.

Color convert

RGB185180172-
CMYK00.030.070.27
HSL36.92º8.5%70%-
HSV(B)36.92º7.03%72.55%-
XYZ43.7845.9445.59-
YUV180.58123.16131.15-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 34.45%
GREEN value IS 180 (70.70% from 255) = 33.52%
BLUE value IS 172 (67.58% from 255) = 32.03%
R=34.45%
G=33.52%
B=32.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.07
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18518017200.030.070.2736.928.570
HexB9B4AC0371B25846
Octal271264254037334510106
Binary1011100110110100101011000111111101110010110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9B4AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9B4AC; }

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

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

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

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

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

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

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

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