Html Css Color HEX #BBA09D Martini

📋 copy color: '#BBA09D'

red 187 ◦ green 160 ◦ blue 157

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

Shades of Martini #BBA09D

Tints of Martini #BBA09D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 31.15%

R = 37.1%
G = 31.75%
B = 31.15%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.16

 K value IS 0.27

RGB Variations

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

Color information

#BBA09D (or 0xBBA09D) is known color: Martini. HEX triplet: BB, A0 and 9D. RGB value is (187,160,157). Sum of RGB (Red+Green+Blue) = 187+160+157=504 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.10% from 504); Green value is 160 (62.89% from 255 or 31.75% from 504); Blue value is 157 (61.72% from 255 or 31.15% from 504); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA09D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA09D is #445F62. Grayscale: #A7A7A7. Windows color (decimal): -4480867 or 10330299. OLE color: 10330299.

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

Color convert

RGB 187 160 157 -
CMYK 0 0.14 0.16 0.27
HSL 0.18% 0.67% -
HSV(B) 0.16% 0.73% -
XYZ 39.15 38.14 37.2 -
YUV 167.73 121.95 141.74 -
System Red Green Blue C M Y K H S L
Decimal 187 160 157 0 0.14 0.16 0.27 6 0.18 0.67
Hex BB A0 9D 0 E 10 1B 6 12 43
Octal 273 240 235 0 16 20 33 6 22 103
Binary 10111011 10100000 10011101 0 1110 10000 11011 110 10010 1000011

Color Harmonies of #BBA09D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA09D

Black with #BBA09D

Text Example


Text Example

White with #BBA09D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA09D; }

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

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

background-color css

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

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

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

border-color css

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

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

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