Html Css Color HEX #B8A9A5 Martini

📋 copy color: '#B8A9A5'

red 184 ◦ green 169 ◦ blue 165

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

Shades of Martini #B8A9A5

Tints of Martini #B8A9A5

RGB

 RED value IS 184 (72.27% from 255) = 35.52%

 GREEN value IS 169 (66.41% from 255) = 32.63%

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

R = 35.52%
G = 32.63%
B = 31.85%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.10

 K value IS 0.28

RGB Variations

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

Color information

#B8A9A5 (or 0xB8A9A5) is known color: Martini. HEX triplet: B8, A9 and A5. RGB value is (184,169,165). Sum of RGB (Red+Green+Blue) = 184+169+165=518 (68% of max value = 765). Red value is 184 (72.27% from 255 or 35.52% from 518); Green value is 169 (66.41% from 255 or 32.63% from 518); Blue value is 165 (64.84% from 255 or 31.85% from 518); Max value from RGB is 184 - color contains mainly: red. Hex color #B8A9A5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B8A9A5 is #47565A. Grayscale: #ADADAD. Windows color (decimal): -4675163 or 10856888. OLE color: 10856888.

HSL color Cylindrical-coordinate representation of color #B8A9A5: hue angle of 12.63º degrees, saturation: 0.12, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B8A9A5 is Cyan = 0, Magento = 0.08, Yellow = 0.10 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 169 165 -
CMYK 0 0.08 0.10 0.28
HSL 12.63º 0.12% 0.68% -
HSV(B) 12.63º 0.1% 0.72% -
XYZ 40.75 41.28 41.42 -
YUV 173.03 123.47 135.83 -
System Red Green Blue C M Y K H S L
Decimal 184 169 165 0 0.08 0.10 0.28 12.63 0.12 0.68
Hex B8 A9 A5 0 8 A 1C D C 44
Octal 270 251 245 0 10 12 34 15 14 104
Binary 10111000 10101001 10100101 0 1000 1010 11100 1101 1100 1000100

Color Harmonies of #B8A9A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8A9A5

Black with #B8A9A5

Text Example


Text Example

White with #B8A9A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8A9A5; }

 p { color: rgb(184,169,165); }

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

background-color css

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

 a { background-color: rgb(184,169,165); }

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

border-color css

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

 span { border-color: rgb(184,169,165); }

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