Html Css Color HEX #B5B1AF Tide

📋 copy color: '#B5B1AF'

red 181 ◦ green 177 ◦ blue 175

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

Shades of Tide #B5B1AF

Tints of Tide #B5B1AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 32.83%

R = 33.96%
G = 33.21%
B = 32.83%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.03

 K value IS 0.29

RGB Variations

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

Color information

#B5B1AF (or 0xB5B1AF) is known color: Tide. HEX triplet: B5, B1 and AF. RGB value is (181,177,175). Sum of RGB (Red+Green+Blue) = 181+177+175=533 (70% of max value = 765). Red value is 181 (71.09% from 255 or 33.96% from 533); Green value is 177 (69.53% from 255 or 33.21% from 533); Blue value is 175 (68.75% from 255 or 32.83% from 533); Max value from RGB is 181 - color contains mainly: red. Hex color #B5B1AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5B1AF is #4A4E50. Grayscale: #B1B1B1. Windows color (decimal): -4869713 or 11514293. OLE color: 11514293.

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

Color convert

RGB 181 177 175 -
CMYK 0 0.02 0.03 0.29
HSL 20º 0.04% 0.7% -
HSV(B) 20º 0.03% 0.71% -
XYZ 42.52 44.36 46.88 -
YUV 177.97 126.33 130.16 -
System Red Green Blue C M Y K H S L
Decimal 181 177 175 0 0.02 0.03 0.29 20 0.04 0.7
Hex B5 B1 AF 0 2 3 1D 14 4 46
Octal 265 261 257 0 2 3 35 24 4 106
Binary 10110101 10110001 10101111 0 10 11 11101 10100 100 1000110

Color Harmonies of #B5B1AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5B1AF

Black with #B5B1AF

Text Example


Text Example

White with #B5B1AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5B1AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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