Html Css Color HEX #B9A5A3 Martini

📋 copy color: '#B9A5A3'

red 185 ◦ green 165 ◦ blue 163

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

Shades of Martini #B9A5A3

Tints of Martini #B9A5A3

RGB

 RED value IS 185 (72.66% from 255) = 36.06%

 GREEN value IS 165 (64.84% from 255) = 32.16%

 BLUE value IS 163 (64.06% from 255) = 31.77%

R = 36.06%
G = 32.16%
B = 31.77%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.12

 K value IS 0.27

RGB Variations

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

Color information

#B9A5A3 (or 0xB9A5A3) is known color: Martini. HEX triplet: B9, A5 and A3. RGB value is (185,165,163). Sum of RGB (Red+Green+Blue) = 185+165+163=513 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.06% from 513); Green value is 165 (64.84% from 255 or 32.16% from 513); Blue value is 163 (64.06% from 255 or 31.77% from 513); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A5A3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9A5A3 is #465A5C. Grayscale: #AAAAAA. Windows color (decimal): -4610653 or 10724793. OLE color: 10724793.

HSL color Cylindrical-coordinate representation of color #B9A5A3: hue angle of 5.45º degrees, saturation: 0.14, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B9A5A3 is Cyan = 0, Magento = 0.11, Yellow = 0.12 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 165 163 -
CMYK 0 0.11 0.12 0.27
HSL 5.45º 0.14% 0.68% -
HSV(B) 5.45º 0.12% 0.73% -
XYZ 40.07 39.87 40.23 -
YUV 170.75 123.63 138.16 -
System Red Green Blue C M Y K H S L
Decimal 185 165 163 0 0.11 0.12 0.27 5.45 0.14 0.68
Hex B9 A5 A3 0 B C 1B 5 E 44
Octal 271 245 243 0 13 14 33 5 16 104
Binary 10111001 10100101 10100011 0 1011 1100 11011 101 1110 1000100

Color Harmonies of #B9A5A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9A5A3

Black with #B9A5A3

Text Example


Text Example

White with #B9A5A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9A5A3; }

 p { color: rgb(185,165,163); }

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

background-color css

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

 a { background-color: rgb(185,165,163); }

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

border-color css

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

 span { border-color: rgb(185,165,163); }

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