Html Css Color HEX #B9A59C Martini

📋 copy color: '#B9A59C'

red 185 ◦ green 165 ◦ blue 156

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

Shades of Martini #B9A59C

Tints of Martini #B9A59C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 30.83%

R = 36.56%
G = 32.61%
B = 30.83%

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

#B9A59C (or 0xB9A59C) is known color: Martini. HEX triplet: B9, A5 and 9C. RGB value is (185,165,156). Sum of RGB (Red+Green+Blue) = 185+165+156=506 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.56% from 506); Green value is 165 (64.84% from 255 or 32.61% from 506); Blue value is 156 (61.33% from 255 or 30.83% from 506); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A59C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9A59C is #465A63. Grayscale: #AAAAAA. Windows color (decimal): -4610660 or 10266041. OLE color: 10266041.

HSL color Cylindrical-coordinate representation of color #B9A59C: hue angle of 18.62º degrees, saturation: 0.17, 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 #B9A59C is Cyan = 0, Magento = 0.11, Yellow = 0.16 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 165 156 -
CMYK 0 0.11 0.16 0.27
HSL 18.62º 0.17% 0.67% -
HSV(B) 18.62º 0.16% 0.73% -
XYZ 39.46 39.62 37.02 -
YUV 169.95 120.13 138.73 -
System Red Green Blue C M Y K H S L
Decimal 185 165 156 0 0.11 0.16 0.27 18.62 0.17 0.67
Hex B9 A5 9C 0 B 10 1B 13 11 43
Octal 271 245 234 0 13 20 33 23 21 103
Binary 10111001 10100101 10011100 0 1011 10000 11011 10011 10001 1000011

Color Harmonies of #B9A59C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9A59C

Black with #B9A59C

Text Example


Text Example

White with #B9A59C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9A59C; }

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

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

background-color css

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

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

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

border-color css

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

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

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