Html Css Color HEX #B9A39B Martini

📋 copy color: '#B9A39B'

red 185 ◦ green 163 ◦ blue 155

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

Shades of Martini #B9A39B

Tints of Martini #B9A39B

RGB

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

 GREEN value IS 163 (64.06% from 255) = 32.41%

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

R = 36.78%
G = 32.41%
B = 30.82%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.16

 K value IS 0.27

RGB Variations

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

Color information

#B9A39B (or 0xB9A39B) is known color: Martini. HEX triplet: B9, A3 and 9B. RGB value is (185,163,155). Sum of RGB (Red+Green+Blue) = 185+163+155=503 (66% of max value = 765). Red value is 185 (72.66% from 255 or 36.78% from 503); Green value is 163 (64.06% from 255 or 32.41% from 503); Blue value is 155 (60.94% from 255 or 30.82% from 503); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A39B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9A39B is #465C64. Grayscale: #A8A8A8. Windows color (decimal): -4611173 or 10199993. OLE color: 10199993.

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

Color convert

RGB 185 163 155 -
CMYK 0 0.12 0.16 0.27
HSL 16º 0.18% 0.67% -
HSV(B) 16º 0.16% 0.73% -
XYZ 39.02 38.88 36.46 -
YUV 168.67 120.29 139.65 -
System Red Green Blue C M Y K H S L
Decimal 185 163 155 0 0.12 0.16 0.27 16 0.18 0.67
Hex B9 A3 9B 0 C 10 1B 10 12 43
Octal 271 243 233 0 14 20 33 20 22 103
Binary 10111001 10100011 10011011 0 1100 10000 11011 10000 10010 1000011

Color Harmonies of #B9A39B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9A39B

Black with #B9A39B

Text Example


Text Example

White with #B9A39B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9A39B; }

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

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

background-color css

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

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

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

border-color css

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

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

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