Html Css Color HEX #B9A7A5 Martini

📋 copy color: '#B9A7A5'

red 185 ◦ green 167 ◦ blue 165

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

Shades of Martini #B9A7A5

Tints of Martini #B9A7A5

RGB

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

 GREEN value IS 167 (65.63% from 255) = 32.3%

 BLUE value IS 165 (64.84% from 255) = 31.91%

R = 35.78%
G = 32.3%
B = 31.91%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.11

 K value IS 0.27

RGB Variations

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

Color information

#B9A7A5 (or 0xB9A7A5) is known color: Martini. HEX triplet: B9, A7 and A5. RGB value is (185,167,165). Sum of RGB (Red+Green+Blue) = 185+167+165=517 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.78% from 517); Green value is 167 (65.62% from 255 or 32.30% from 517); Blue value is 165 (64.84% from 255 or 31.91% from 517); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A7A5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9A7A5 is #46585A. Grayscale: #ACACAC. Windows color (decimal): -4610139 or 10856377. OLE color: 10856377.

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

Color convert

RGB 185 167 165 -
CMYK 0 0.10 0.11 0.27
HSL 0.13% 0.69% -
HSV(B) 0.11% 0.73% -
XYZ 40.62 40.67 41.31 -
YUV 172.15 123.96 137.16 -
System Red Green Blue C M Y K H S L
Decimal 185 167 165 0 0.10 0.11 0.27 6 0.13 0.69
Hex B9 A7 A5 0 A B 1B 6 C 45
Octal 271 247 245 0 12 13 33 6 14 105
Binary 10111001 10100111 10100101 0 1010 1011 11011 110 1100 1000101

Color Harmonies of #B9A7A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9A7A5

Black with #B9A7A5

Text Example


Text Example

White with #B9A7A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9A7A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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