#B8B2AA

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

Shades of Tide #B8B2AA

Tints of Tide #B8B2AA

Color information

#B8B2AA (or 0xB8B2AA) is unknown color: approx Tide. HEX triplet: B8, B2 and AA. RGB value is (184,178,170). Sum of RGB (Red+Green+Blue) = 184+178+170=532 (70% of max value = 765). Red value is 184 (72.27% from 255 or 34.59% from 532); Green value is 178 (69.92% from 255 or 33.46% from 532); Blue value is 170 (66.80% from 255 or 31.95% from 532); Max value from RGB is 184 - color contains mainly: red. Hex color #B8B2AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B8B2AA is #474D55. Grayscale: #B2B2B2. Windows color (decimal): -4672854 or 11186872. OLE color: 11186872.

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

Color convert

RGB184178170-
CMYK00.030.080.28
HSL34.29º8.97%69.41%-
HSV(B)34.29º7.61%72.16%-
XYZ42.9444.9344.44-
YUV178.88122.99131.65-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 34.59%
GREEN value IS 178 (69.92% from 255) = 33.46%
BLUE value IS 170 (66.80% from 255) = 31.95%
R=34.59%
G=33.46%
B=31.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.08
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18417817000.030.080.2834.298.9769.41
HexB8B2AA0381C22945
Octal2702622520310344211105
Binary10111000101100101010101001110001110010001010011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8B2AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8B2AA; }

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

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

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

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

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

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

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

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