Html Css Color HEX #BBA39E Martini

📋 copy color: '#BBA39E'

red 187 ◦ green 163 ◦ blue 158

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

Shades of Martini #BBA39E

Tints of Martini #BBA39E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 31.1%

R = 36.81%
G = 32.09%
B = 31.1%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.16

 K value IS 0.27

RGB Variations

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

Color information

#BBA39E (or 0xBBA39E) is known color: Martini. HEX triplet: BB, A3 and 9E. RGB value is (187,163,158). Sum of RGB (Red+Green+Blue) = 187+163+158=508 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.81% from 508); Green value is 163 (64.06% from 255 or 32.09% from 508); Blue value is 158 (62.11% from 255 or 31.10% from 508); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA39E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA39E is #445C61. Grayscale: #A9A9A9. Windows color (decimal): -4480098 or 10396603. OLE color: 10396603.

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

Color convert

RGB 187 163 158 -
CMYK 0 0.13 0.16 0.27
HSL 10.34º 0.18% 0.68% -
HSV(B) 10.34º 0.16% 0.73% -
XYZ 39.76 39.23 37.82 -
YUV 169.61 121.45 140.41 -
System Red Green Blue C M Y K H S L
Decimal 187 163 158 0 0.13 0.16 0.27 10.34 0.18 0.68
Hex BB A3 9E 0 D 10 1B A 12 44
Octal 273 243 236 0 15 20 33 12 22 104
Binary 10111011 10100011 10011110 0 1101 10000 11011 1010 10010 1000100

Color Harmonies of #BBA39E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA39E

Black with #BBA39E

Text Example


Text Example

White with #BBA39E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA39E; }

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

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

background-color css

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

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

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

border-color css

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

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

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