Html Css Color HEX #BBA19E Martini

📋 copy color: '#BBA19E'

red 187 ◦ green 161 ◦ blue 158

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

Shades of Martini #BBA19E

Tints of Martini #BBA19E

RGB

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

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

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

R = 36.96%
G = 31.82%
B = 31.23%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.16

 K value IS 0.27

RGB Variations

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

Color information

#BBA19E (or 0xBBA19E) is known color: Martini. HEX triplet: BB, A1 and 9E. RGB value is (187,161,158). Sum of RGB (Red+Green+Blue) = 187+161+158=506 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.96% from 506); Green value is 161 (63.28% from 255 or 31.82% from 506); Blue value is 158 (62.11% from 255 or 31.23% from 506); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA19E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA19E is #445E61. Grayscale: #A8A8A8. Windows color (decimal): -4480610 or 10396091. OLE color: 10396091.

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

Color convert

RGB 187 161 158 -
CMYK 0 0.14 0.16 0.27
HSL 6.21º 0.18% 0.68% -
HSV(B) 6.21º 0.16% 0.73% -
XYZ 39.41 38.52 37.71 -
YUV 168.43 122.11 141.24 -
System Red Green Blue C M Y K H S L
Decimal 187 161 158 0 0.14 0.16 0.27 6.21 0.18 0.68
Hex BB A1 9E 0 E 10 1B 6 12 44
Octal 273 241 236 0 16 20 33 6 22 104
Binary 10111011 10100001 10011110 0 1110 10000 11011 110 10010 1000100

Color Harmonies of #BBA19E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA19E

Black with #BBA19E

Text Example


Text Example

White with #BBA19E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA19E; }

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

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

background-color css

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

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

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

border-color css

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

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

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