Html Css Color HEX #B5A399 Martini

📋 copy color: '#B5A399'

red 181 ◦ green 163 ◦ blue 153

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

Shades of Martini #B5A399

Tints of Martini #B5A399

RGB

 RED value IS 181 (71.09% from 255) = 36.42%

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

 BLUE value IS 153 (60.16% from 255) = 30.78%

R = 36.42%
G = 32.8%
B = 30.78%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.15

 K value IS 0.29

RGB Variations

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

Color information

#B5A399 (or 0xB5A399) is known color: Martini. HEX triplet: B5, A3 and 99. RGB value is (181,163,153). Sum of RGB (Red+Green+Blue) = 181+163+153=497 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.42% from 497); Green value is 163 (64.06% from 255 or 32.80% from 497); Blue value is 153 (60.16% from 255 or 30.78% from 497); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A399 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5A399 is #4A5C66. Grayscale: #A7A7A7. Windows color (decimal): -4873319 or 10068917. OLE color: 10068917.

HSL color Cylindrical-coordinate representation of color #B5A399: hue angle of 21.43º degrees, saturation: 0.16, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B5A399 is Cyan = 0, Magento = 0.10, Yellow = 0.15 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 163 153 -
CMYK 0 0.10 0.15 0.29
HSL 21.43º 0.16% 0.65% -
HSV(B) 21.43º 0.15% 0.71% -
XYZ 37.9 38.32 35.54 -
YUV 167.24 119.96 137.81 -
System Red Green Blue C M Y K H S L
Decimal 181 163 153 0 0.10 0.15 0.29 21.43 0.16 0.65
Hex B5 A3 99 0 A F 1D 15 10 41
Octal 265 243 231 0 12 17 35 25 20 101
Binary 10110101 10100011 10011001 0 1010 1111 11101 10101 10000 1000001

Color Harmonies of #B5A399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5A399

Black with #B5A399

Text Example


Text Example

White with #B5A399

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5A399; }

 p { color: rgb(181,163,153); }

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

background-color css

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

 a { background-color: rgb(181,163,153); }

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

border-color css

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

 span { border-color: rgb(181,163,153); }

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