Html Css Color HEX #B5A49D Martini

📋 copy color: '#B5A49D'

red 181 ◦ green 164 ◦ blue 157

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

Shades of Martini #B5A49D

Tints of Martini #B5A49D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 31.27%

R = 36.06%
G = 32.67%
B = 31.27%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.13

 K value IS 0.29

RGB Variations

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

Color information

#B5A49D (or 0xB5A49D) is known color: Martini. HEX triplet: B5, A4 and 9D. RGB value is (181,164,157). Sum of RGB (Red+Green+Blue) = 181+164+157=502 (66% of max value = 765). Red value is 181 (71.09% from 255 or 36.06% from 502); Green value is 164 (64.45% from 255 or 32.67% from 502); Blue value is 157 (61.72% from 255 or 31.27% from 502); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A49D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5A49D is #4A5B62. Grayscale: #A8A8A8. Windows color (decimal): -4873059 or 10331317. OLE color: 10331317.

HSL color Cylindrical-coordinate representation of color #B5A49D: hue angle of 17.5º degrees, saturation: 0.14, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B5A49D is Cyan = 0, Magento = 0.09, Yellow = 0.13 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 164 157 -
CMYK 0 0.09 0.13 0.29
HSL 17.5º 0.14% 0.66% -
HSV(B) 17.5º 0.13% 0.71% -
XYZ 38.42 38.81 37.36 -
YUV 168.29 121.63 137.07 -
System Red Green Blue C M Y K H S L
Decimal 181 164 157 0 0.09 0.13 0.29 17.5 0.14 0.66
Hex B5 A4 9D 0 9 D 1D 12 E 42
Octal 265 244 235 0 11 15 35 22 16 102
Binary 10110101 10100100 10011101 0 1001 1101 11101 10010 1110 1000010

Color Harmonies of #B5A49D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5A49D

Black with #B5A49D

Text Example


Text Example

White with #B5A49D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5A49D; }

 p { color: rgb(181,164,157); }

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

background-color css

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

 a { background-color: rgb(181,164,157); }

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

border-color css

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

 span { border-color: rgb(181,164,157); }

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