Html Css Color HEX #BBA39C Martini

📋 copy color: '#BBA39C'

red 187 ◦ green 163 ◦ blue 156

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

Shades of Martini #BBA39C

Tints of Martini #BBA39C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 30.83%

R = 36.96%
G = 32.21%
B = 30.83%

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

#BBA39C (or 0xBBA39C) is known color: Martini. HEX triplet: BB, A3 and 9C. RGB value is (187,163,156). Sum of RGB (Red+Green+Blue) = 187+163+156=506 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.96% from 506); Green value is 163 (64.06% from 255 or 32.21% from 506); Blue value is 156 (61.33% from 255 or 30.83% from 506); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA39C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA39C is #445C63. Grayscale: #A9A9A9. Windows color (decimal): -4480100 or 10265531. OLE color: 10265531.

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

Color convert

RGB 187 163 156 -
CMYK 0 0.13 0.17 0.27
HSL 13.55º 0.19% 0.67% -
HSV(B) 13.55º 0.17% 0.73% -
XYZ 39.59 39.16 36.92 -
YUV 169.38 120.45 140.57 -
System Red Green Blue C M Y K H S L
Decimal 187 163 156 0 0.13 0.17 0.27 13.55 0.19 0.67
Hex BB A3 9C 0 D 11 1B E 13 43
Octal 273 243 234 0 15 21 33 16 23 103
Binary 10111011 10100011 10011100 0 1101 10001 11011 1110 10011 1000011

Color Harmonies of #BBA39C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA39C

Black with #BBA39C

Text Example


Text Example

White with #BBA39C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA39C; }

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

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

background-color css

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

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

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

border-color css

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

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

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