Html Css Color HEX #B5B1AB Tide

📋 copy color: '#B5B1AB'

red 181 ◦ green 177 ◦ blue 171

#B5B1AB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tide #B5B1AB

Tints of Tide #B5B1AB

RGB

 RED value IS 181 (71.09% from 255) = 34.22%

 GREEN value IS 177 (69.53% from 255) = 33.46%

 BLUE value IS 171 (67.19% from 255) = 32.33%

R = 34.22%
G = 33.46%
B = 32.33%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.06

 K value IS 0.29

RGB Variations

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

Color information

#B5B1AB (or 0xB5B1AB) is known color: Tide. HEX triplet: B5, B1 and AB. RGB value is (181,177,171). Sum of RGB (Red+Green+Blue) = 181+177+171=529 (70% of max value = 765). Red value is 181 (71.09% from 255 or 34.22% from 529); Green value is 177 (69.53% from 255 or 33.46% from 529); Blue value is 171 (67.19% from 255 or 32.33% from 529); Max value from RGB is 181 - color contains mainly: red. Hex color #B5B1AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5B1AB is #4A4E54. Grayscale: #B1B1B1. Windows color (decimal): -4869717 or 11252149. OLE color: 11252149.

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

Color convert

RGB 181 177 171 -
CMYK 0 0.02 0.06 0.29
HSL 36º 0.06% 0.69% -
HSV(B) 36º 0.06% 0.71% -
XYZ 42.13 44.21 44.84 -
YUV 177.51 124.33 130.49 -
System Red Green Blue C M Y K H S L
Decimal 181 177 171 0 0.02 0.06 0.29 36 0.06 0.69
Hex B5 B1 AB 0 2 6 1D 24 6 45
Octal 265 261 253 0 2 6 35 44 6 105
Binary 10110101 10110001 10101011 0 10 110 11101 100100 110 1000101

Color Harmonies of #B5B1AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5B1AB

Black with #B5B1AB

Text Example


Text Example

White with #B5B1AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5B1AB; }

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

 H1.HeaderClassName
 {
   color: #B5B1AB;
 }
 .AnyTagClassName
 {
   color: #B5B1AB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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