Html Css Color HEX #B5A199 Martini

📋 copy color: '#B5A199'

red 181 ◦ green 161 ◦ blue 153

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

Shades of Martini #B5A199

Tints of Martini #B5A199

RGB

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

 GREEN value IS 161 (63.28% from 255) = 32.53%

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

R = 36.57%
G = 32.53%
B = 30.91%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.15

 K value IS 0.29

RGB Variations

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

Color information

#B5A199 (or 0xB5A199) is known color: Martini. HEX triplet: B5, A1 and 99. RGB value is (181,161,153). Sum of RGB (Red+Green+Blue) = 181+161+153=495 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.57% from 495); Green value is 161 (63.28% from 255 or 32.53% from 495); Blue value is 153 (60.16% from 255 or 30.91% from 495); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A199 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5A199 is #4A5E66. Grayscale: #A6A6A6. Windows color (decimal): -4873831 or 10068405. OLE color: 10068405.

HSL color Cylindrical-coordinate representation of color #B5A199: hue angle of 17.14º 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 #B5A199 is Cyan = 0, Magento = 0.11, Yellow = 0.15 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 161 153 -
CMYK 0 0.11 0.15 0.29
HSL 17.14º 0.16% 0.65% -
HSV(B) 17.14º 0.15% 0.71% -
XYZ 37.55 37.61 35.42 -
YUV 166.07 120.63 138.65 -
System Red Green Blue C M Y K H S L
Decimal 181 161 153 0 0.11 0.15 0.29 17.14 0.16 0.65
Hex B5 A1 99 0 B F 1D 11 10 41
Octal 265 241 231 0 13 17 35 21 20 101
Binary 10110101 10100001 10011001 0 1011 1111 11101 10001 10000 1000001

Color Harmonies of #B5A199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5A199

Black with #B5A199

Text Example


Text Example

White with #B5A199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5A199; }

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

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

background-color css

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

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

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

border-color css

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

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

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