Html Css Color HEX #BBA199 Martini

📋 copy color: '#BBA199'

red 187 ◦ green 161 ◦ blue 153

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

Shades of Martini #BBA199

Tints of Martini #BBA199

RGB

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

 GREEN value IS 161 (63.28% from 255) = 32.14%

 BLUE value IS 153 (60.16% from 255) = 30.54%

R = 37.33%
G = 32.14%
B = 30.54%

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

#BBA199 (or 0xBBA199) is known color: Martini. HEX triplet: BB, A1 and 99. RGB value is (187,161,153). Sum of RGB (Red+Green+Blue) = 187+161+153=501 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.33% from 501); Green value is 161 (63.28% from 255 or 32.14% from 501); Blue value is 153 (60.16% from 255 or 30.54% from 501); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA199 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA199 is #445E66. Grayscale: #A7A7A7. Windows color (decimal): -4480615 or 10068411. OLE color: 10068411.

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

Color convert

RGB 187 161 153 -
CMYK 0 0.14 0.18 0.27
HSL 14.12º 0.2% 0.67% -
HSV(B) 14.12º 0.18% 0.73% -
XYZ 38.99 38.35 35.49 -
YUV 167.86 119.61 141.65 -
System Red Green Blue C M Y K H S L
Decimal 187 161 153 0 0.14 0.18 0.27 14.12 0.2 0.67
Hex BB A1 99 0 E 12 1B E 14 43
Octal 273 241 231 0 16 22 33 16 24 103
Binary 10111011 10100001 10011001 0 1110 10010 11011 1110 10100 1000011

Color Harmonies of #BBA199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA199

Black with #BBA199

Text Example


Text Example

White with #BBA199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA199; }

 p { color: rgb(187,161,153); }

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

background-color css

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

 a { background-color: rgb(187,161,153); }

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

border-color css

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

 span { border-color: rgb(187,161,153); }

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