Html Css Color HEX #BBA29B Martini

📋 copy color: '#BBA29B'

red 187 ◦ green 162 ◦ blue 155

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

Shades of Martini #BBA29B

Tints of Martini #BBA29B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 30.75%

R = 37.1%
G = 32.14%
B = 30.75%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.17

 K value IS 0.27

RGB Variations

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

Color information

#BBA29B (or 0xBBA29B) is known color: Martini. HEX triplet: BB, A2 and 9B. RGB value is (187,162,155). Sum of RGB (Red+Green+Blue) = 187+162+155=504 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.10% from 504); Green value is 162 (63.67% from 255 or 32.14% from 504); Blue value is 155 (60.94% from 255 or 30.75% from 504); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA29B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA29B is #445D64. Grayscale: #A8A8A8. Windows color (decimal): -4480357 or 10199739. OLE color: 10199739.

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

Color convert

RGB 187 162 155 -
CMYK 0 0.13 0.17 0.27
HSL 13.13º 0.19% 0.67% -
HSV(B) 13.13º 0.17% 0.73% -
XYZ 39.33 38.77 36.42 -
YUV 168.68 120.28 141.07 -
System Red Green Blue C M Y K H S L
Decimal 187 162 155 0 0.13 0.17 0.27 13.13 0.19 0.67
Hex BB A2 9B 0 D 11 1B D 13 43
Octal 273 242 233 0 15 21 33 15 23 103
Binary 10111011 10100010 10011011 0 1101 10001 11011 1101 10011 1000011

Color Harmonies of #BBA29B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA29B

Black with #BBA29B

Text Example


Text Example

White with #BBA29B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA29B; }

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

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

background-color css

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

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

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

border-color css

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

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

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