Html Css Color HEX #BBA499 Martini

📋 copy color: '#BBA499'

red 187 ◦ green 164 ◦ blue 153

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

Shades of Martini #BBA499

Tints of Martini #BBA499

RGB

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

 GREEN value IS 164 (64.45% from 255) = 32.54%

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

R = 37.1%
G = 32.54%
B = 30.36%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.18

 K value IS 0.27

RGB Variations

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

Color information

#BBA499 (or 0xBBA499) is known color: Martini. HEX triplet: BB, A4 and 99. RGB value is (187,164,153). Sum of RGB (Red+Green+Blue) = 187+164+153=504 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.10% from 504); Green value is 164 (64.45% from 255 or 32.54% from 504); Blue value is 153 (60.16% from 255 or 30.36% from 504); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA499 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA499 is #445B66. Grayscale: #A9A9A9. Windows color (decimal): -4479847 or 10069179. OLE color: 10069179.

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

Color convert

RGB 187 164 153 -
CMYK 0 0.12 0.18 0.27
HSL 19.41º 0.2% 0.67% -
HSV(B) 19.41º 0.18% 0.73% -
XYZ 39.52 39.42 35.66 -
YUV 169.62 118.62 140.39 -
System Red Green Blue C M Y K H S L
Decimal 187 164 153 0 0.12 0.18 0.27 19.41 0.2 0.67
Hex BB A4 99 0 C 12 1B 13 14 43
Octal 273 244 231 0 14 22 33 23 24 103
Binary 10111011 10100100 10011001 0 1100 10010 11011 10011 10100 1000011

Color Harmonies of #BBA499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA499

Black with #BBA499

Text Example


Text Example

White with #BBA499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA499; }

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

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

background-color css

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

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

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

border-color css

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

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

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