Html Css Color HEX #B5B0AD Tide

📋 copy color: '#B5B0AD'

red 181 ◦ green 176 ◦ blue 173

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

Shades of Tide #B5B0AD

Tints of Tide #B5B0AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 32.64%

R = 34.15%
G = 33.21%
B = 32.64%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.04

 K value IS 0.29

RGB Variations

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

Color information

#B5B0AD (or 0xB5B0AD) is known color: Tide. HEX triplet: B5, B0 and AD. RGB value is (181,176,173). Sum of RGB (Red+Green+Blue) = 181+176+173=530 (70% of max value = 765). Red value is 181 (71.09% from 255 or 34.15% from 530); Green value is 176 (69.14% from 255 or 33.21% from 530); Blue value is 173 (67.97% from 255 or 32.64% from 530); Max value from RGB is 181 - color contains mainly: red. Hex color #B5B0AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5B0AD is #4A4F52. Grayscale: #B1B1B1. Windows color (decimal): -4869971 or 11382965. OLE color: 11382965.

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

Color convert

RGB 181 176 173 -
CMYK 0 0.03 0.04 0.29
HSL 22.5º 0.05% 0.69% -
HSV(B) 22.5º 0.04% 0.71% -
XYZ 42.12 43.89 45.79 -
YUV 177.15 125.66 130.74 -
System Red Green Blue C M Y K H S L
Decimal 181 176 173 0 0.03 0.04 0.29 22.5 0.05 0.69
Hex B5 B0 AD 0 3 4 1D 16 5 45
Octal 265 260 255 0 3 4 35 26 5 105
Binary 10110101 10110000 10101101 0 11 100 11101 10110 101 1000101

Color Harmonies of #B5B0AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5B0AD

Black with #B5B0AD

Text Example


Text Example

White with #B5B0AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5B0AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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