Html Css Color HEX #BBA399 Martini

📋 copy color: '#BBA399'

red 187 ◦ green 163 ◦ blue 153

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

Shades of Martini #BBA399

Tints of Martini #BBA399

RGB

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

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

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

R = 37.18%
G = 32.41%
B = 30.42%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.18

 K value IS 0.27

RGB Variations

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

Color information

#BBA399 (or 0xBBA399) is known color: Martini. HEX triplet: BB, A3 and 99. RGB value is (187,163,153). Sum of RGB (Red+Green+Blue) = 187+163+153=503 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.18% from 503); Green value is 163 (64.06% from 255 or 32.41% from 503); Blue value is 153 (60.16% from 255 or 30.42% from 503); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA399 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA399 is #445C66. Grayscale: #A9A9A9. Windows color (decimal): -4480103 or 10068923. OLE color: 10068923.

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

Color convert

RGB 187 163 153 -
CMYK 0 0.13 0.18 0.27
HSL 17.65º 0.2% 0.67% -
HSV(B) 17.65º 0.18% 0.73% -
XYZ 39.34 39.06 35.6 -
YUV 169.04 118.95 140.81 -
System Red Green Blue C M Y K H S L
Decimal 187 163 153 0 0.13 0.18 0.27 17.65 0.2 0.67
Hex BB A3 99 0 D 12 1B 12 14 43
Octal 273 243 231 0 15 22 33 22 24 103
Binary 10111011 10100011 10011001 0 1101 10010 11011 10010 10100 1000011

Color Harmonies of #BBA399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA399

Black with #BBA399

Text Example


Text Example

White with #BBA399

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA399; }

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

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

background-color css

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

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

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

border-color css

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

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

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