Html Css Color HEX #BBA49B Martini

📋 copy color: '#BBA49B'

red 187 ◦ green 164 ◦ blue 155

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

Shades of Martini #BBA49B

Tints of Martini #BBA49B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 30.63%

R = 36.96%
G = 32.41%
B = 30.63%

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

#BBA49B (or 0xBBA49B) is known color: Martini. HEX triplet: BB, A4 and 9B. RGB value is (187,164,155). Sum of RGB (Red+Green+Blue) = 187+164+155=506 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.96% from 506); Green value is 164 (64.45% from 255 or 32.41% from 506); Blue value is 155 (60.94% from 255 or 30.63% from 506); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA49B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA49B is #445B64. Grayscale: #A9A9A9. Windows color (decimal): -4479845 or 10200251. OLE color: 10200251.

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

Color convert

RGB 187 164 155 -
CMYK 0 0.12 0.17 0.27
HSL 16.88º 0.19% 0.67% -
HSV(B) 16.88º 0.17% 0.73% -
XYZ 39.69 39.48 36.54 -
YUV 169.85 119.62 140.23 -
System Red Green Blue C M Y K H S L
Decimal 187 164 155 0 0.12 0.17 0.27 16.88 0.19 0.67
Hex BB A4 9B 0 C 11 1B 11 13 43
Octal 273 244 233 0 14 21 33 21 23 103
Binary 10111011 10100100 10011011 0 1100 10001 11011 10001 10011 1000011

Color Harmonies of #BBA49B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA49B

Black with #BBA49B

Text Example


Text Example

White with #BBA49B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA49B; }

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

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

background-color css

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

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

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

border-color css

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

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

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