Html Css Color HEX #BBA39F Martini

📋 copy color: '#BBA39F'

red 187 ◦ green 163 ◦ blue 159

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

Shades of Martini #BBA39F

Tints of Martini #BBA39F

RGB

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

 GREEN value IS 163 (64.06% from 255) = 32.02%

 BLUE value IS 159 (62.5% from 255) = 31.24%

R = 36.74%
G = 32.02%
B = 31.24%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.15

 K value IS 0.27

RGB Variations

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

Color information

#BBA39F (or 0xBBA39F) is known color: Martini. HEX triplet: BB, A3 and 9F. RGB value is (187,163,159). Sum of RGB (Red+Green+Blue) = 187+163+159=509 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.74% from 509); Green value is 163 (64.06% from 255 or 32.02% from 509); Blue value is 159 (62.5% from 255 or 31.24% from 509); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA39F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA39F is #445C60. Grayscale: #A9A9A9. Windows color (decimal): -4480097 or 10462139. OLE color: 10462139.

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

Color convert

RGB 187 163 159 -
CMYK 0 0.13 0.15 0.27
HSL 8.57º 0.17% 0.68% -
HSV(B) 8.57º 0.15% 0.73% -
XYZ 39.85 39.26 38.28 -
YUV 169.72 121.95 140.33 -
System Red Green Blue C M Y K H S L
Decimal 187 163 159 0 0.13 0.15 0.27 8.57 0.17 0.68
Hex BB A3 9F 0 D F 1B 9 11 44
Octal 273 243 237 0 15 17 33 11 21 104
Binary 10111011 10100011 10011111 0 1101 1111 11011 1001 10001 1000100

Color Harmonies of #BBA39F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA39F

Black with #BBA39F

Text Example


Text Example

White with #BBA39F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA39F; }

 p { color: rgb(187,163,159); }

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

background-color css

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

 a { background-color: rgb(187,163,159); }

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

border-color css

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

 span { border-color: rgb(187,163,159); }

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