Html Css Color HEX #BBA49D Martini

📋 copy color: '#BBA49D'

red 187 ◦ green 164 ◦ blue 157

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

Shades of Martini #BBA49D

Tints of Martini #BBA49D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 30.91%

R = 36.81%
G = 32.28%
B = 30.91%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.16

 K value IS 0.27

RGB Variations

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

Color information

#BBA49D (or 0xBBA49D) is known color: Martini. HEX triplet: BB, A4 and 9D. RGB value is (187,164,157). Sum of RGB (Red+Green+Blue) = 187+164+157=508 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.81% from 508); Green value is 164 (64.45% from 255 or 32.28% from 508); Blue value is 157 (61.72% from 255 or 30.91% from 508); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA49D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA49D is #445B62. Grayscale: #AAAAAA. Windows color (decimal): -4479843 or 10331323. OLE color: 10331323.

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

Color convert

RGB 187 164 157 -
CMYK 0 0.12 0.16 0.27
HSL 14º 0.18% 0.67% -
HSV(B) 14º 0.16% 0.73% -
XYZ 39.85 39.55 37.43 -
YUV 170.08 120.62 140.07 -
System Red Green Blue C M Y K H S L
Decimal 187 164 157 0 0.12 0.16 0.27 14 0.18 0.67
Hex BB A4 9D 0 C 10 1B E 12 43
Octal 273 244 235 0 14 20 33 16 22 103
Binary 10111011 10100100 10011101 0 1100 10000 11011 1110 10010 1000011

Color Harmonies of #BBA49D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA49D

Black with #BBA49D

Text Example


Text Example

White with #BBA49D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA49D; }

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

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

background-color css

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

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

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

border-color css

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

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

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