#B8B4AA

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

Shades of Cotton Seed #B8B4AA

Tints of Cotton Seed #B8B4AA

Color information

#B8B4AA (or 0xB8B4AA) is unknown color: approx Cotton Seed. HEX triplet: B8, B4 and AA. RGB value is (184,180,170). Sum of RGB (Red+Green+Blue) = 184+180+170=534 (70% of max value = 765). Red value is 184 (72.27% from 255 or 34.46% from 534); Green value is 180 (70.70% from 255 or 33.71% from 534); Blue value is 170 (66.80% from 255 or 31.84% from 534); Max value from RGB is 184 - color contains mainly: red. Hex color #B8B4AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8B4AA is #474B55. Grayscale: #B4B4B4. Windows color (decimal): -4672342 or 11187384. OLE color: 11187384.

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

Color convert

RGB184180170-
CMYK00.020.080.28
HSL42.86º8.97%69.41%-
HSV(B)42.86º7.61%72.16%-
XYZ43.3445.7444.57-
YUV180.06122.33130.81-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 34.46%
GREEN value IS 180 (70.70% from 255) = 33.71%
BLUE value IS 170 (66.80% from 255) = 31.84%
R=34.46%
G=33.71%
B=31.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.08
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18418017000.020.080.2842.868.9769.41
HexB8B4AA0281C2b945
Octal2702642520210345311105
Binary10111000101101001010101001010001110010101110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8B4AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8B4AA; }

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

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

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

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

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

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

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

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