Html Css Color HEX #BBA09A Martini

📋 copy color: '#BBA09A'

red 187 ◦ green 160 ◦ blue 154

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

Shades of Martini #BBA09A

Tints of Martini #BBA09A

RGB

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

 GREEN value IS 160 (62.89% from 255) = 31.94%

 BLUE value IS 154 (60.55% from 255) = 30.74%

R = 37.33%
G = 31.94%
B = 30.74%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.18

 K value IS 0.27

RGB Variations

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

Color information

#BBA09A (or 0xBBA09A) is known color: Martini. HEX triplet: BB, A0 and 9A. RGB value is (187,160,154). Sum of RGB (Red+Green+Blue) = 187+160+154=501 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.33% from 501); Green value is 160 (62.89% from 255 or 31.94% from 501); Blue value is 154 (60.55% from 255 or 30.74% from 501); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA09A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA09A is #445F65. Grayscale: #A7A7A7. Windows color (decimal): -4480870 or 10133691. OLE color: 10133691.

HSL color Cylindrical-coordinate representation of color #BBA09A: hue angle of 10.91º degrees, saturation: 0.2, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BBA09A is Cyan = 0, Magento = 0.14, Yellow = 0.18 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 160 154 -
CMYK 0 0.14 0.18 0.27
HSL 10.91º 0.2% 0.67% -
HSV(B) 10.91º 0.18% 0.73% -
XYZ 38.9 38.04 35.86 -
YUV 167.39 120.45 141.99 -
System Red Green Blue C M Y K H S L
Decimal 187 160 154 0 0.14 0.18 0.27 10.91 0.2 0.67
Hex BB A0 9A 0 E 12 1B B 14 43
Octal 273 240 232 0 16 22 33 13 24 103
Binary 10111011 10100000 10011010 0 1110 10010 11011 1011 10100 1000011

Color Harmonies of #BBA09A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA09A

Black with #BBA09A

Text Example


Text Example

White with #BBA09A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA09A; }

 p { color: rgb(187,160,154); }

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

background-color css

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

 a { background-color: rgb(187,160,154); }

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

border-color css

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

 span { border-color: rgb(187,160,154); }

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