Html Css Color HEX #B9A49B Martini

📋 copy color: '#B9A49B'

red 185 ◦ green 164 ◦ blue 155

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

Shades of Martini #B9A49B

Tints of Martini #B9A49B

RGB

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

 GREEN value IS 164 (64.45% from 255) = 32.54%

 BLUE value IS 155 (60.94% from 255) = 30.75%

R = 36.71%
G = 32.54%
B = 30.75%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.16

 K value IS 0.27

RGB Variations

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

Color information

#B9A49B (or 0xB9A49B) is known color: Martini. HEX triplet: B9, A4 and 9B. RGB value is (185,164,155). Sum of RGB (Red+Green+Blue) = 185+164+155=504 (66% of max value = 765). Red value is 185 (72.66% from 255 or 36.71% from 504); Green value is 164 (64.45% from 255 or 32.54% from 504); Blue value is 155 (60.94% from 255 or 30.75% from 504); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A49B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9A49B is #465B64. Grayscale: #A9A9A9. Windows color (decimal): -4610917 or 10200249. OLE color: 10200249.

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

Color convert

RGB 185 164 155 -
CMYK 0 0.11 0.16 0.27
HSL 18º 0.18% 0.67% -
HSV(B) 18º 0.16% 0.73% -
XYZ 39.2 39.23 36.52 -
YUV 169.25 119.96 139.23 -
System Red Green Blue C M Y K H S L
Decimal 185 164 155 0 0.11 0.16 0.27 18 0.18 0.67
Hex B9 A4 9B 0 B 10 1B 12 12 43
Octal 271 244 233 0 13 20 33 22 22 103
Binary 10111001 10100100 10011011 0 1011 10000 11011 10010 10010 1000011

Color Harmonies of #B9A49B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9A49B

Black with #B9A49B

Text Example


Text Example

White with #B9A49B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9A49B; }

 p { color: rgb(185,164,155); }

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

background-color css

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

 a { background-color: rgb(185,164,155); }

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

border-color css

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

 span { border-color: rgb(185,164,155); }

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