Html Css Color HEX #BBA09C Martini

📋 copy color: '#BBA09C'

red 187 ◦ green 160 ◦ blue 156

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

Shades of Martini #BBA09C

Tints of Martini #BBA09C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 31.01%

R = 37.18%
G = 31.81%
B = 31.01%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.17

 K value IS 0.27

RGB Variations

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

Color information

#BBA09C (or 0xBBA09C) is known color: Martini. HEX triplet: BB, A0 and 9C. RGB value is (187,160,156). Sum of RGB (Red+Green+Blue) = 187+160+156=503 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.18% from 503); Green value is 160 (62.89% from 255 or 31.81% from 503); Blue value is 156 (61.33% from 255 or 31.01% from 503); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA09C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA09C is #445F63. Grayscale: #A7A7A7. Windows color (decimal): -4480868 or 10264763. OLE color: 10264763.

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

Color convert

RGB 187 160 156 -
CMYK 0 0.14 0.17 0.27
HSL 7.74º 0.19% 0.67% -
HSV(B) 7.74º 0.17% 0.73% -
XYZ 39.07 38.11 36.75 -
YUV 167.62 121.45 141.83 -
System Red Green Blue C M Y K H S L
Decimal 187 160 156 0 0.14 0.17 0.27 7.74 0.19 0.67
Hex BB A0 9C 0 E 11 1B 8 13 43
Octal 273 240 234 0 16 21 33 10 23 103
Binary 10111011 10100000 10011100 0 1110 10001 11011 1000 10011 1000011

Color Harmonies of #BBA09C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA09C

Black with #BBA09C

Text Example


Text Example

White with #BBA09C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA09C; }

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

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

background-color css

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

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

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

border-color css

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

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

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