Html Css Color HEX #BBA39B Martini

📋 copy color: '#BBA39B'

red 187 ◦ green 163 ◦ blue 155

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

Shades of Martini #BBA39B

Tints of Martini #BBA39B

RGB

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

 GREEN value IS 163 (64.06% from 255) = 32.28%

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

R = 37.03%
G = 32.28%
B = 30.69%

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

#BBA39B (or 0xBBA39B) is known color: Martini. HEX triplet: BB, A3 and 9B. RGB value is (187,163,155). Sum of RGB (Red+Green+Blue) = 187+163+155=505 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.03% from 505); Green value is 163 (64.06% from 255 or 32.28% from 505); Blue value is 155 (60.94% from 255 or 30.69% from 505); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA39B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA39B is #445C64. Grayscale: #A9A9A9. Windows color (decimal): -4480101 or 10199995. OLE color: 10199995.

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

Color convert

RGB 187 163 155 -
CMYK 0 0.13 0.17 0.27
HSL 15º 0.19% 0.67% -
HSV(B) 15º 0.17% 0.73% -
XYZ 39.51 39.13 36.48 -
YUV 169.26 119.95 140.65 -
System Red Green Blue C M Y K H S L
Decimal 187 163 155 0 0.13 0.17 0.27 15 0.19 0.67
Hex BB A3 9B 0 D 11 1B F 13 43
Octal 273 243 233 0 15 21 33 17 23 103
Binary 10111011 10100011 10011011 0 1101 10001 11011 1111 10011 1000011

Color Harmonies of #BBA39B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA39B

Black with #BBA39B

Text Example


Text Example

White with #BBA39B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA39B; }

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

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

background-color css

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

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

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

border-color css

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

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

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