Html Css Color HEX #BBB1AD Martini

📋 copy color: '#BBB1AD'

red 187 ◦ green 177 ◦ blue 173

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

Shades of Martini #BBB1AD

Tints of Martini #BBB1AD

RGB

 RED value IS 187 (73.44% from 255) = 34.82%

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

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

R = 34.82%
G = 32.96%
B = 32.22%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.07

 K value IS 0.27

RGB Variations

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

Color information

#BBB1AD (or 0xBBB1AD) is known color: Martini. HEX triplet: BB, B1 and AD. RGB value is (187,177,173). Sum of RGB (Red+Green+Blue) = 187+177+173=537 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.82% from 537); Green value is 177 (69.53% from 255 or 32.96% from 537); Blue value is 173 (67.97% from 255 or 32.22% from 537); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB1AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBB1AD is #444E52. Grayscale: #B3B3B3. Windows color (decimal): -4476499 or 11383227. OLE color: 11383227.

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

Color convert

RGB 187 177 173 -
CMYK 0 0.05 0.07 0.27
HSL 17.14º 0.09% 0.71% -
HSV(B) 17.14º 0.07% 0.73% -
XYZ 43.76 45.03 45.92 -
YUV 179.53 124.31 133.33 -
System Red Green Blue C M Y K H S L
Decimal 187 177 173 0 0.05 0.07 0.27 17.14 0.09 0.71
Hex BB B1 AD 0 5 7 1B 11 9 47
Octal 273 261 255 0 5 7 33 21 11 107
Binary 10111011 10110001 10101101 0 101 111 11011 10001 1001 1000111

Color Harmonies of #BBB1AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB1AD

Black with #BBB1AD

Text Example


Text Example

White with #BBB1AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB1AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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