#B5B4B3

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

Shades of Tide #B5B4B3

Tints of Tide #B5B4B3

Color information

#B5B4B3 (or 0xB5B4B3) is unknown color: approx Tide. HEX triplet: B5, B4 and B3. RGB value is (181,180,179). Sum of RGB (Red+Green+Blue) = 181+180+179=540 (71% of max value = 765). Red value is 181 (71.09% from 255 or 33.52% from 540); Green value is 180 (70.70% from 255 or 33.33% from 540); Blue value is 179 (70.31% from 255 or 33.15% from 540); Max value from RGB is 181 - color contains mainly: red. Hex color #B5B4B3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5B4B3 is #4A4B4C. Grayscale: #B4B4B4. Windows color (decimal): -4868941 or 11777205. OLE color: 11777205.

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

Color convert

RGB181180179-
CMYK00.010.010.29
HSL30º1.33%70.59%-
HSV(B)30º1.1%70.98%-
XYZ43.5145.7249.18-
YUV180.18127.33128.58-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 33.52%
GREEN value IS 180 (70.70% from 255) = 33.33%
BLUE value IS 179 (70.31% from 255) = 33.15%
R=33.52%
G=33.33%
B=33.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.01
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18118017900.010.010.29301.3370.59
HexB5B4B30111D1e147
Octal26526426301135361107
Binary101101011011010010110011011111011111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5B4B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5B4B3; }

 p { color: rgb(181,180,179); }

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

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

 a { background-color: rgb(181,180,179); }

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

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

 span { border-color: rgb(181,180,179); }

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