#B8B3AD

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

Shades of Tide #B8B3AD

Tints of Tide #B8B3AD

Color information

#B8B3AD (or 0xB8B3AD) is unknown color: approx Tide. HEX triplet: B8, B3 and AD. RGB value is (184,179,173). Sum of RGB (Red+Green+Blue) = 184+179+173=536 (70% of max value = 765). Red value is 184 (72.27% from 255 or 34.33% from 536); Green value is 179 (70.31% from 255 or 33.40% from 536); Blue value is 173 (67.97% from 255 or 32.28% from 536); Max value from RGB is 184 - color contains mainly: red. Hex color #B8B3AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8B3AD is #474C52. Grayscale: #B3B3B3. Windows color (decimal): -4672595 or 11383736. OLE color: 11383736.

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

Color convert

RGB184179173-
CMYK00.030.060.28
HSL32.73º7.19%70%-
HSV(B)32.73º5.98%72.16%-
XYZ43.4345.4546.02-
YUV179.81124.16130.99-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 34.33%
GREEN value IS 179 (70.31% from 255) = 33.40%
BLUE value IS 173 (67.97% from 255) = 32.28%
R=34.33%
G=33.40%
B=32.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.06
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18417917300.030.060.2832.737.1970
HexB8B3AD0361C21746
Octal27026325503634417106
Binary101110001011001110101101011110111001000011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8B3AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8B3AD; }

 p { color: rgb(184,179,173); }

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

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

 a { background-color: rgb(184,179,173); }

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

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

 span { border-color: rgb(184,179,173); }

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