#B8B4AE

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

Shades of Cotton Seed #B8B4AE

Tints of Cotton Seed #B8B4AE

Color information

#B8B4AE (or 0xB8B4AE) is unknown color: approx Cotton Seed. HEX triplet: B8, B4 and AE. RGB value is (184,180,174). Sum of RGB (Red+Green+Blue) = 184+180+174=538 (71% of max value = 765). Red value is 184 (72.27% from 255 or 34.20% from 538); Green value is 180 (70.70% from 255 or 33.46% from 538); Blue value is 174 (68.36% from 255 or 32.34% from 538); Max value from RGB is 184 - color contains mainly: red. Hex color #B8B4AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8B4AE is #474B51. Grayscale: #B4B4B4. Windows color (decimal): -4672338 or 11449528. OLE color: 11449528.

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

Color convert

RGB184180174-
CMYK00.020.050.28
HSL36º6.58%70.2%-
HSV(B)36º5.43%72.16%-
XYZ43.7345.8946.6-
YUV180.51124.33130.49-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 34.20%
GREEN value IS 180 (70.70% from 255) = 33.46%
BLUE value IS 174 (68.36% from 255) = 32.34%
R=34.20%
G=33.46%
B=32.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.05
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18418017400.020.050.28366.5870.2
HexB8B4AE0251C24746
Octal27026425602534447106
Binary101110001011010010101110010101111001001001111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8B4AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8B4AE; }

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

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

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

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

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

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

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

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