Html Css Color HEX #B9B1A8 Tide

📋 copy color: '#B9B1A8'

red 185 ◦ green 177 ◦ blue 168

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

Shades of Tide #B9B1A8

Tints of Tide #B9B1A8

RGB

 RED value IS 185 (72.66% from 255) = 34.91%

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

 BLUE value IS 168 (66.02% from 255) = 31.7%

R = 34.91%
G = 33.4%
B = 31.7%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.09

 K value IS 0.27

RGB Variations

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

Color information

#B9B1A8 (or 0xB9B1A8) is known color: Tide. HEX triplet: B9, B1 and A8. RGB value is (185,177,168). Sum of RGB (Red+Green+Blue) = 185+177+168=530 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.91% from 530); Green value is 177 (69.53% from 255 or 33.40% from 530); Blue value is 168 (66.02% from 255 or 31.70% from 530); Max value from RGB is 185 - color contains mainly: red. Hex color #B9B1A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9B1A8 is #464E57. Grayscale: #B2B2B2. Windows color (decimal): -4607576 or 11055545. OLE color: 11055545.

HSL color Cylindrical-coordinate representation of color #B9B1A8: hue angle of 31.76º degrees, saturation: 0.11, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #B9B1A8 is Cyan = 0, Magento = 0.04, Yellow = 0.09 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 177 168 -
CMYK 0 0.04 0.09 0.27
HSL 31.76º 0.11% 0.69% -
HSV(B) 31.76º 0.09% 0.73% -
XYZ 42.8 44.59 43.4 -
YUV 178.37 122.15 132.73 -
System Red Green Blue C M Y K H S L
Decimal 185 177 168 0 0.04 0.09 0.27 31.76 0.11 0.69
Hex B9 B1 A8 0 4 9 1B 20 B 45
Octal 271 261 250 0 4 11 33 40 13 105
Binary 10111001 10110001 10101000 0 100 1001 11011 100000 1011 1000101

Color Harmonies of #B9B1A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9B1A8

Black with #B9B1A8

Text Example


Text Example

White with #B9B1A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9B1A8; }

 p { color: rgb(185,177,168); }

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

background-color css

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

 a { background-color: rgb(185,177,168); }

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

border-color css

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

 span { border-color: rgb(185,177,168); }

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