Html Css Color HEX #BBA69B Martini

📋 copy color: '#BBA69B'

red 187 ◦ green 166 ◦ blue 155

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

Shades of Martini #BBA69B

Tints of Martini #BBA69B

RGB

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

 GREEN value IS 166 (65.23% from 255) = 32.68%

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

R = 36.81%
G = 32.68%
B = 30.51%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.17

 K value IS 0.27

RGB Variations

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

Color information

#BBA69B (or 0xBBA69B) is known color: Martini. HEX triplet: BB, A6 and 9B. RGB value is (187,166,155). Sum of RGB (Red+Green+Blue) = 187+166+155=508 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.81% from 508); Green value is 166 (65.23% from 255 or 32.68% from 508); Blue value is 155 (60.94% from 255 or 30.51% from 508); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA69B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA69B is #445964. Grayscale: #ABABAB. Windows color (decimal): -4479333 or 10200763. OLE color: 10200763.

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

Color convert

RGB 187 166 155 -
CMYK 0 0.11 0.17 0.27
HSL 20.63º 0.19% 0.67% -
HSV(B) 20.63º 0.17% 0.73% -
XYZ 40.05 40.2 36.66 -
YUV 171.03 118.96 139.39 -
System Red Green Blue C M Y K H S L
Decimal 187 166 155 0 0.11 0.17 0.27 20.63 0.19 0.67
Hex BB A6 9B 0 B 11 1B 15 13 43
Octal 273 246 233 0 13 21 33 25 23 103
Binary 10111011 10100110 10011011 0 1011 10001 11011 10101 10011 1000011

Color Harmonies of #BBA69B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA69B

Black with #BBA69B

Text Example


Text Example

White with #BBA69B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA69B; }

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

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

background-color css

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

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

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

border-color css

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

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

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