Html Css Color HEX #BBA397 Martini

📋 copy color: '#BBA397'

red 187 ◦ green 163 ◦ blue 151

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

Shades of Martini #BBA397

Tints of Martini #BBA397

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 30.14%

R = 37.33%
G = 32.53%
B = 30.14%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.19

 K value IS 0.27

RGB Variations

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

Color information

#BBA397 (or 0xBBA397) is known color: Martini. HEX triplet: BB, A3 and 97. RGB value is (187,163,151). Sum of RGB (Red+Green+Blue) = 187+163+151=501 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.33% from 501); Green value is 163 (64.06% from 255 or 32.53% from 501); Blue value is 151 (59.38% from 255 or 30.14% from 501); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA397 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA397 is #445C68. Grayscale: #A8A8A8. Windows color (decimal): -4480105 or 9937851. OLE color: 9937851.

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

Color convert

RGB 187 163 151 -
CMYK 0 0.13 0.19 0.27
HSL 20º 0.21% 0.66% -
HSV(B) 20º 0.19% 0.73% -
XYZ 39.18 38.99 34.74 -
YUV 168.81 117.95 140.98 -
System Red Green Blue C M Y K H S L
Decimal 187 163 151 0 0.13 0.19 0.27 20 0.21 0.66
Hex BB A3 97 0 D 13 1B 14 15 42
Octal 273 243 227 0 15 23 33 24 25 102
Binary 10111011 10100011 10010111 0 1101 10011 11011 10100 10101 1000010

Color Harmonies of #BBA397

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA397

Black with #BBA397

Text Example


Text Example

White with #BBA397

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA397; }

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

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

background-color css

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

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

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

border-color css

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

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

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