#B8B4AB

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

Shades of Cotton Seed #B8B4AB

Tints of Cotton Seed #B8B4AB

Color information

#B8B4AB (or 0xB8B4AB) is unknown color: approx Cotton Seed. HEX triplet: B8, B4 and AB. RGB value is (184,180,171). Sum of RGB (Red+Green+Blue) = 184+180+171=535 (70% of max value = 765). Red value is 184 (72.27% from 255 or 34.39% from 535); Green value is 180 (70.70% from 255 or 33.64% from 535); Blue value is 171 (67.19% from 255 or 31.96% from 535); Max value from RGB is 184 - color contains mainly: red. Hex color #B8B4AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8B4AB is #474B54. Grayscale: #B4B4B4. Windows color (decimal): -4672341 or 11252920. OLE color: 11252920.

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

Color convert

RGB184180171-
CMYK00.020.070.28
HSL41.54º8.39%69.61%-
HSV(B)41.54º7.07%72.16%-
XYZ43.4445.7745.07-
YUV180.17122.83130.73-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 34.39%
GREEN value IS 180 (70.70% from 255) = 33.64%
BLUE value IS 171 (67.19% from 255) = 31.96%
R=34.39%
G=33.64%
B=31.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.07
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18418017100.020.070.2841.548.3969.61
HexB8B4AB0271C2a846
Octal270264253027345210106
Binary1011100010110100101010110101111110010101010001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8B4AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8B4AB; }

 p { color: rgb(184,180,171); }

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

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

 a { background-color: rgb(184,180,171); }

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

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

 span { border-color: rgb(184,180,171); }

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