#B6B3B1

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

Shades of Tide #B6B3B1

Tints of Tide #B6B3B1

Color information

#B6B3B1 (or 0xB6B3B1) is unknown color: approx Tide. HEX triplet: B6, B3 and B1. RGB value is (182,179,177). Sum of RGB (Red+Green+Blue) = 182+179+177=538 (71% of max value = 765). Red value is 182 (71.48% from 255 or 33.83% from 538); Green value is 179 (70.31% from 255 or 33.27% from 538); Blue value is 177 (69.53% from 255 or 32.90% from 538); Max value from RGB is 182 - color contains mainly: red. Hex color #B6B3B1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6B3B1 is #494C4E. Grayscale: #B3B3B3. Windows color (decimal): -4803663 or 11645878. OLE color: 11645878.

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

Color convert

RGB182179177-
CMYK00.020.030.29
HSL24º3.31%70.39%-
HSV(B)24º2.75%71.37%-
XYZ43.3545.3648.07-
YUV179.67126.49129.66-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 33.83%
GREEN value IS 179 (70.31% from 255) = 33.27%
BLUE value IS 177 (69.53% from 255) = 32.90%
R=33.83%
G=33.27%
B=32.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.03
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18217917700.020.030.29243.3170.39
HexB6B3B10231D18346
Octal26626326102335303106
Binary101101101011001110110001010111110111000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6B3B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6B3B1; }

 p { color: rgb(182,179,177); }

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

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

 a { background-color: rgb(182,179,177); }

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

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

 span { border-color: rgb(182,179,177); }

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