Html Css Color HEX #BBA49C Martini

📋 copy color: '#BBA49C'

red 187 ◦ green 164 ◦ blue 156

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

Shades of Martini #BBA49C

Tints of Martini #BBA49C

RGB

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

 GREEN value IS 164 (64.45% from 255) = 32.35%

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

R = 36.88%
G = 32.35%
B = 30.77%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.17

 K value IS 0.27

RGB Variations

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

Color information

#BBA49C (or 0xBBA49C) is known color: Martini. HEX triplet: BB, A4 and 9C. RGB value is (187,164,156). Sum of RGB (Red+Green+Blue) = 187+164+156=507 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.88% from 507); Green value is 164 (64.45% from 255 or 32.35% from 507); Blue value is 156 (61.33% from 255 or 30.77% from 507); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA49C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA49C is #445B63. Grayscale: #AAAAAA. Windows color (decimal): -4479844 or 10265787. OLE color: 10265787.

HSL color Cylindrical-coordinate representation of color #BBA49C: hue angle of 15.48º 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 #BBA49C is Cyan = 0, Magento = 0.12, Yellow = 0.17 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 164 156 -
CMYK 0 0.12 0.17 0.27
HSL 15.48º 0.19% 0.67% -
HSV(B) 15.48º 0.17% 0.73% -
XYZ 39.77 39.52 36.98 -
YUV 169.97 120.12 140.15 -
System Red Green Blue C M Y K H S L
Decimal 187 164 156 0 0.12 0.17 0.27 15.48 0.19 0.67
Hex BB A4 9C 0 C 11 1B F 13 43
Octal 273 244 234 0 14 21 33 17 23 103
Binary 10111011 10100100 10011100 0 1100 10001 11011 1111 10011 1000011

Color Harmonies of #BBA49C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA49C

Black with #BBA49C

Text Example


Text Example

White with #BBA49C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA49C; }

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

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

background-color css

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

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

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

border-color css

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

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

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