Html Css Color HEX #BBA39A Martini

📋 copy color: '#BBA39A'

red 187 ◦ green 163 ◦ blue 154

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

Shades of Martini #BBA39A

Tints of Martini #BBA39A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 30.56%

R = 37.1%
G = 32.34%
B = 30.56%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.18

 K value IS 0.27

RGB Variations

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

Color information

#BBA39A (or 0xBBA39A) is known color: Martini. HEX triplet: BB, A3 and 9A. RGB value is (187,163,154). Sum of RGB (Red+Green+Blue) = 187+163+154=504 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.10% from 504); Green value is 163 (64.06% from 255 or 32.34% from 504); Blue value is 154 (60.55% from 255 or 30.56% from 504); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA39A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA39A is #445C65. Grayscale: #A9A9A9. Windows color (decimal): -4480102 or 10134459. OLE color: 10134459.

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

Color convert

RGB 187 163 154 -
CMYK 0 0.13 0.18 0.27
HSL 16.36º 0.2% 0.67% -
HSV(B) 16.36º 0.18% 0.73% -
XYZ 39.42 39.09 36.04 -
YUV 169.15 119.45 140.73 -
System Red Green Blue C M Y K H S L
Decimal 187 163 154 0 0.13 0.18 0.27 16.36 0.2 0.67
Hex BB A3 9A 0 D 12 1B 10 14 43
Octal 273 243 232 0 15 22 33 20 24 103
Binary 10111011 10100011 10011010 0 1101 10010 11011 10000 10100 1000011

Color Harmonies of #BBA39A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA39A

Black with #BBA39A

Text Example


Text Example

White with #BBA39A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA39A; }

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

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

background-color css

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

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

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

border-color css

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

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

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