Html Css Color HEX #B5A39A Martini

📋 copy color: '#B5A39A'

red 181 ◦ green 163 ◦ blue 154

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

Shades of Martini #B5A39A

Tints of Martini #B5A39A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 30.92%

R = 36.35%
G = 32.73%
B = 30.92%

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

#B5A39A (or 0xB5A39A) is known color: Martini. HEX triplet: B5, A3 and 9A. RGB value is (181,163,154). Sum of RGB (Red+Green+Blue) = 181+163+154=498 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.35% from 498); Green value is 163 (64.06% from 255 or 32.73% from 498); Blue value is 154 (60.55% from 255 or 30.92% from 498); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A39A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5A39A is #4A5C65. Grayscale: #A7A7A7. Windows color (decimal): -4873318 or 10134453. OLE color: 10134453.

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

Color convert

RGB 181 163 154 -
CMYK 0 0.10 0.15 0.29
HSL 20º 0.15% 0.66% -
HSV(B) 20º 0.15% 0.71% -
XYZ 37.99 38.35 35.97 -
YUV 167.36 120.46 137.73 -
System Red Green Blue C M Y K H S L
Decimal 181 163 154 0 0.10 0.15 0.29 20 0.15 0.66
Hex B5 A3 9A 0 A F 1D 14 F 42
Octal 265 243 232 0 12 17 35 24 17 102
Binary 10110101 10100011 10011010 0 1010 1111 11101 10100 1111 1000010

Color Harmonies of #B5A39A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5A39A

Black with #B5A39A

Text Example


Text Example

White with #B5A39A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5A39A; }

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

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

background-color css

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

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

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

border-color css

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

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

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