#B8B7B5

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

Shades of Cotton Seed #B8B7B5

Tints of Cotton Seed #B8B7B5

Color information

#B8B7B5 (or 0xB8B7B5) is unknown color: approx Cotton Seed. HEX triplet: B8, B7 and B5. RGB value is (184,183,181). Sum of RGB (Red+Green+Blue) = 184+183+181=548 (72% of max value = 765). Red value is 184 (72.27% from 255 or 33.58% from 548); Green value is 183 (71.88% from 255 or 33.39% from 548); Blue value is 181 (71.09% from 255 or 33.03% from 548); Max value from RGB is 184 - color contains mainly: red. Hex color #B8B7B5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8B7B5 is #47484A. Grayscale: #B7B7B7. Windows color (decimal): -4671563 or 11909048. OLE color: 11909048.

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

Color convert

RGB184183181-
CMYK00.010.020.28
HSL40º2.07%71.57%-
HSV(B)40º1.63%72.16%-
XYZ45.0447.3950.49-
YUV183.07126.83128.66-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 33.58%
GREEN value IS 183 (71.88% from 255) = 33.39%
BLUE value IS 181 (71.09% from 255) = 33.03%
R=33.58%
G=33.39%
B=33.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.02
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18418318100.010.020.28402.0771.57
HexB8B7B50121C28248
Octal27026726501234502110
Binary101110001011011110110101011011100101000101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8B7B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8B7B5; }

 p { color: rgb(184,183,181); }

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

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

 a { background-color: rgb(184,183,181); }

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

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

 span { border-color: rgb(184,183,181); }

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