Html Css Color HEX #B5B0AA Tide

📋 copy color: '#B5B0AA'

red 181 ◦ green 176 ◦ blue 170

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

Shades of Tide #B5B0AA

Tints of Tide #B5B0AA

RGB

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

 GREEN value IS 176 (69.14% from 255) = 33.4%

 BLUE value IS 170 (66.8% from 255) = 32.26%

R = 34.35%
G = 33.4%
B = 32.26%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.06

 K value IS 0.29

RGB Variations

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

Color information

#B5B0AA (or 0xB5B0AA) is known color: Tide. HEX triplet: B5, B0 and AA. RGB value is (181,176,170). Sum of RGB (Red+Green+Blue) = 181+176+170=527 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.35% from 527); Green value is 176 (69.14% from 255 or 33.40% from 527); Blue value is 170 (66.80% from 255 or 32.26% from 527); Max value from RGB is 181 - color contains mainly: red. Hex color #B5B0AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5B0AA is #4A4F55. Grayscale: #B0B0B0. Windows color (decimal): -4869974 or 11186357. OLE color: 11186357.

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

Color convert

RGB 181 176 170 -
CMYK 0 0.03 0.06 0.29
HSL 32.73º 0.07% 0.69% -
HSV(B) 32.73º 0.06% 0.71% -
XYZ 41.84 43.78 44.27 -
YUV 176.81 124.16 130.99 -
System Red Green Blue C M Y K H S L
Decimal 181 176 170 0 0.03 0.06 0.29 32.73 0.07 0.69
Hex B5 B0 AA 0 3 6 1D 21 7 45
Octal 265 260 252 0 3 6 35 41 7 105
Binary 10110101 10110000 10101010 0 11 110 11101 100001 111 1000101

Color Harmonies of #B5B0AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5B0AA

Black with #B5B0AA

Text Example


Text Example

White with #B5B0AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5B0AA; }

 p { color: rgb(181,176,170); }

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

background-color css

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

 a { background-color: rgb(181,176,170); }

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

border-color css

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

 span { border-color: rgb(181,176,170); }

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