#B8B2AD

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

Shades of Tide #B8B2AD

Tints of Tide #B8B2AD

Color information

#B8B2AD (or 0xB8B2AD) is unknown color: approx Tide. HEX triplet: B8, B2 and AD. RGB value is (184,178,173). Sum of RGB (Red+Green+Blue) = 184+178+173=535 (70% of max value = 765). Red value is 184 (72.27% from 255 or 34.39% from 535); Green value is 178 (69.92% from 255 or 33.27% from 535); Blue value is 173 (67.97% from 255 or 32.34% from 535); Max value from RGB is 184 - color contains mainly: red. Hex color #B8B2AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B8B2AD is #474D52. Grayscale: #B3B3B3. Windows color (decimal): -4672851 or 11383480. OLE color: 11383480.

HSL color Cylindrical-coordinate representation of color #B8B2AD: hue angle of 27.27º 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 #B8B2AD is Cyan = 0, Magento = 0.03, Yellow = 0.06 and Black (K on CMYK) = 0.28.

Color convert

RGB184178173-
CMYK00.030.060.28
HSL27.27º7.19%70%-
HSV(B)27.27º5.98%72.16%-
XYZ43.2345.0545.95-
YUV179.22124.49131.41-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 34.39%
GREEN value IS 178 (69.92% from 255) = 33.27%
BLUE value IS 173 (67.97% from 255) = 32.34%
R=34.39%
G=33.27%
B=32.34%

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
Decimal18417817300.030.060.2827.277.1970
HexB8B2AD0361C1b746
Octal27026225503634337106
Binary10111000101100101010110101111011100110111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8B2AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8B2AD; }

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

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

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

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

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

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

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

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