Html Css Color HEX #B5B2AF Tide

📋 copy color: '#B5B2AF'

red 181 ◦ green 178 ◦ blue 175

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

Shades of Tide #B5B2AF

Tints of Tide #B5B2AF

RGB

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

 GREEN value IS 178 (69.92% from 255) = 33.33%

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

R = 33.9%
G = 33.33%
B = 32.77%

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

#B5B2AF (or 0xB5B2AF) is known color: Tide. HEX triplet: B5, B2 and AF. RGB value is (181,178,175). Sum of RGB (Red+Green+Blue) = 181+178+175=534 (70% of max value = 765). Red value is 181 (71.09% from 255 or 33.90% from 534); Green value is 178 (69.92% from 255 or 33.33% from 534); Blue value is 175 (68.75% from 255 or 32.77% from 534); Max value from RGB is 181 - color contains mainly: red. Hex color #B5B2AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5B2AF is #4A4D50. Grayscale: #B2B2B2. Windows color (decimal): -4869457 or 11514549. OLE color: 11514549.

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

Color convert

RGB 181 178 175 -
CMYK 0 0.02 0.03 0.29
HSL 30º 0.04% 0.7% -
HSV(B) 30º 0.03% 0.71% -
XYZ 42.71 44.76 46.95 -
YUV 178.56 125.99 129.74 -
System Red Green Blue C M Y K H S L
Decimal 181 178 175 0 0.02 0.03 0.29 30 0.04 0.7
Hex B5 B2 AF 0 2 3 1D 1E 4 46
Octal 265 262 257 0 2 3 35 36 4 106
Binary 10110101 10110010 10101111 0 10 11 11101 11110 100 1000110

Color Harmonies of #B5B2AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5B2AF

Black with #B5B2AF

Text Example


Text Example

White with #B5B2AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5B2AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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