#B5B0AB

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

Shades of Tide #B5B0AB

Tints of Tide #B5B0AB

Color information

#B5B0AB (or 0xB5B0AB) is unknown color: approx Tide. HEX triplet: B5, B0 and AB. RGB value is (181,176,171). Sum of RGB (Red+Green+Blue) = 181+176+171=528 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.28% from 528); Green value is 176 (69.14% from 255 or 33.33% from 528); Blue value is 171 (67.19% from 255 or 32.39% from 528); Max value from RGB is 181 - color contains mainly: red. Hex color #B5B0AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5B0AB is #4A4F54. Grayscale: #B0B0B0. Windows color (decimal): -4869973 or 11251893. OLE color: 11251893.

HSL color Cylindrical-coordinate representation of color #B5B0AB: hue angle of 30º degrees, saturation: 0.06, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #B5B0AB is Cyan = 0, Magento = 0.03, Yellow = 0.06 and Black (K on CMYK) = 0.29.

Color convert

RGB181176171-
CMYK00.030.060.29
HSL30º6.33%69.02%-
HSV(B)30º5.52%70.98%-
XYZ41.9343.8144.78-
YUV176.92124.66130.91-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 34.28%
GREEN value IS 176 (69.14% from 255) = 33.33%
BLUE value IS 171 (67.19% from 255) = 32.39%
R=34.28%
G=33.33%
B=32.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.06
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18117617100.030.060.29306.3369.02
HexB5B0AB0361D1e645
Octal26526025303635366105
Binary10110101101100001010101101111011101111101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5B0AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5B0AB; }

 p { color: rgb(181,176,171); }

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

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

 a { background-color: rgb(181,176,171); }

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

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

 span { border-color: rgb(181,176,171); }

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