Html Css Color HEX #B5A29E Martini

📋 copy color: '#B5A29E'

red 181 ◦ green 162 ◦ blue 158

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

Shades of Martini #B5A29E

Tints of Martini #B5A29E

RGB

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

 GREEN value IS 162 (63.67% from 255) = 32.34%

 BLUE value IS 158 (62.11% from 255) = 31.54%

R = 36.13%
G = 32.34%
B = 31.54%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.13

 K value IS 0.29

RGB Variations

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

Color information

#B5A29E (or 0xB5A29E) is known color: Martini. HEX triplet: B5, A2 and 9E. RGB value is (181,162,158). Sum of RGB (Red+Green+Blue) = 181+162+158=501 (66% of max value = 765). Red value is 181 (71.09% from 255 or 36.13% from 501); Green value is 162 (63.67% from 255 or 32.34% from 501); Blue value is 158 (62.11% from 255 or 31.54% from 501); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A29E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5A29E is #4A5D61. Grayscale: #A7A7A7. Windows color (decimal): -4873570 or 10396341. OLE color: 10396341.

HSL color Cylindrical-coordinate representation of color #B5A29E: hue angle of 10.43º degrees, saturation: 0.13, 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 #B5A29E is Cyan = 0, Magento = 0.10, Yellow = 0.13 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 162 158 -
CMYK 0 0.10 0.13 0.29
HSL 10.43º 0.13% 0.66% -
HSV(B) 10.43º 0.13% 0.71% -
XYZ 38.15 38.13 37.7 -
YUV 167.23 122.79 137.83 -
System Red Green Blue C M Y K H S L
Decimal 181 162 158 0 0.10 0.13 0.29 10.43 0.13 0.66
Hex B5 A2 9E 0 A D 1D A D 42
Octal 265 242 236 0 12 15 35 12 15 102
Binary 10110101 10100010 10011110 0 1010 1101 11101 1010 1101 1000010

Color Harmonies of #B5A29E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5A29E

Black with #B5A29E

Text Example


Text Example

White with #B5A29E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5A29E; }

 p { color: rgb(181,162,158); }

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

background-color css

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

 a { background-color: rgb(181,162,158); }

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

border-color css

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

 span { border-color: rgb(181,162,158); }

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