Html Css Color HEX #B8B1AD Tide

📋 copy color: '#B8B1AD'

red 184 ◦ green 177 ◦ blue 173

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

Shades of Tide #B8B1AD

Tints of Tide #B8B1AD

RGB

 RED value IS 184 (72.27% from 255) = 34.46%

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

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

R = 34.46%
G = 33.15%
B = 32.4%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.06

 K value IS 0.28

RGB Variations

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

Color information

#B8B1AD (or 0xB8B1AD) is known color: Tide. HEX triplet: B8, B1 and AD. RGB value is (184,177,173). Sum of RGB (Red+Green+Blue) = 184+177+173=534 (70% of max value = 765). Red value is 184 (72.27% from 255 or 34.46% from 534); Green value is 177 (69.53% from 255 or 33.15% from 534); Blue value is 173 (67.97% from 255 or 32.40% from 534); Max value from RGB is 184 - color contains mainly: red. Hex color #B8B1AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B8B1AD is #474E52. Grayscale: #B2B2B2. Windows color (decimal): -4673107 or 11383224. OLE color: 11383224.

HSL color Cylindrical-coordinate representation of color #B8B1AD: hue angle of 21.82º degrees, saturation: 0.07, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #B8B1AD is Cyan = 0, Magento = 0.04, Yellow = 0.06 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 177 173 -
CMYK 0 0.04 0.06 0.28
HSL 21.82º 0.07% 0.7% -
HSV(B) 21.82º 0.06% 0.72% -
XYZ 43.03 44.65 45.89 -
YUV 178.64 124.82 131.83 -
System Red Green Blue C M Y K H S L
Decimal 184 177 173 0 0.04 0.06 0.28 21.82 0.07 0.7
Hex B8 B1 AD 0 4 6 1C 16 7 46
Octal 270 261 255 0 4 6 34 26 7 106
Binary 10111000 10110001 10101101 0 100 110 11100 10110 111 1000110

Color Harmonies of #B8B1AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8B1AD

Black with #B8B1AD

Text Example


Text Example

White with #B8B1AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8B1AD; }

 p { color: rgb(184,177,173); }

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

background-color css

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

 a { background-color: rgb(184,177,173); }

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

border-color css

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

 span { border-color: rgb(184,177,173); }

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