Html Css Color HEX #B5A39C Martini

📋 copy color: '#B5A39C'

red 181 ◦ green 163 ◦ blue 156

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

Shades of Martini #B5A39C

Tints of Martini #B5A39C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 31.2%

R = 36.2%
G = 32.6%
B = 31.2%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.14

 K value IS 0.29

RGB Variations

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

Color information

#B5A39C (or 0xB5A39C) is known color: Martini. HEX triplet: B5, A3 and 9C. RGB value is (181,163,156). Sum of RGB (Red+Green+Blue) = 181+163+156=500 (66% of max value = 765). Red value is 181 (71.09% from 255 or 36.2% from 500); Green value is 163 (64.06% from 255 or 32.6% from 500); Blue value is 156 (61.33% from 255 or 31.2% from 500); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A39C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5A39C is #4A5C63. Grayscale: #A7A7A7. Windows color (decimal): -4873316 or 10265525. OLE color: 10265525.

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

Color convert

RGB 181 163 156 -
CMYK 0 0.10 0.14 0.29
HSL 16.8º 0.14% 0.66% -
HSV(B) 16.8º 0.14% 0.71% -
XYZ 38.15 38.42 36.86 -
YUV 167.58 121.46 137.57 -
System Red Green Blue C M Y K H S L
Decimal 181 163 156 0 0.10 0.14 0.29 16.8 0.14 0.66
Hex B5 A3 9C 0 A E 1D 11 E 42
Octal 265 243 234 0 12 16 35 21 16 102
Binary 10110101 10100011 10011100 0 1010 1110 11101 10001 1110 1000010

Color Harmonies of #B5A39C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5A39C

Black with #B5A39C

Text Example


Text Example

White with #B5A39C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5A39C; }

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

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

background-color css

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

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

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

border-color css

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

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

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