Html Css Color HEX #BBA29F Martini

📋 copy color: '#BBA29F'

red 187 ◦ green 162 ◦ blue 159

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

Shades of Martini #BBA29F

Tints of Martini #BBA29F

RGB

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

 GREEN value IS 162 (63.67% from 255) = 31.89%

 BLUE value IS 159 (62.5% from 255) = 31.3%

R = 36.81%
G = 31.89%
B = 31.3%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.15

 K value IS 0.27

RGB Variations

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

Color information

#BBA29F (or 0xBBA29F) is known color: Martini. HEX triplet: BB, A2 and 9F. RGB value is (187,162,159). Sum of RGB (Red+Green+Blue) = 187+162+159=508 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.81% from 508); Green value is 162 (63.67% from 255 or 31.89% from 508); Blue value is 159 (62.5% from 255 or 31.30% from 508); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA29F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA29F is #445D60. Grayscale: #A9A9A9. Windows color (decimal): -4480353 or 10461883. OLE color: 10461883.

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

Color convert

RGB 187 162 159 -
CMYK 0 0.13 0.15 0.27
HSL 6.43º 0.17% 0.68% -
HSV(B) 6.43º 0.15% 0.73% -
XYZ 39.67 38.91 38.22 -
YUV 169.13 122.28 140.74 -
System Red Green Blue C M Y K H S L
Decimal 187 162 159 0 0.13 0.15 0.27 6.43 0.17 0.68
Hex BB A2 9F 0 D F 1B 6 11 44
Octal 273 242 237 0 15 17 33 6 21 104
Binary 10111011 10100010 10011111 0 1101 1111 11011 110 10001 1000100

Color Harmonies of #BBA29F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA29F

Black with #BBA29F

Text Example


Text Example

White with #BBA29F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA29F; }

 p { color: rgb(187,162,159); }

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

background-color css

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

 a { background-color: rgb(187,162,159); }

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

border-color css

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

 span { border-color: rgb(187,162,159); }

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