Html Css Color HEX #B5ADAB Martini

📋 copy color: '#B5ADAB'

red 181 ◦ green 173 ◦ blue 171

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

Shades of Martini #B5ADAB

Tints of Martini #B5ADAB

RGB

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

 GREEN value IS 173 (67.97% from 255) = 32.95%

 BLUE value IS 171 (67.19% from 255) = 32.57%

R = 34.48%
G = 32.95%
B = 32.57%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.06

 K value IS 0.29

RGB Variations

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

Color information

#B5ADAB (or 0xB5ADAB) is known color: Martini. HEX triplet: B5, AD and AB. RGB value is (181,173,171). Sum of RGB (Red+Green+Blue) = 181+173+171=525 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.48% from 525); Green value is 173 (67.97% from 255 or 32.95% from 525); Blue value is 171 (67.19% from 255 or 32.57% from 525); Max value from RGB is 181 - color contains mainly: red. Hex color #B5ADAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5ADAB is #4A5254. Grayscale: #AFAFAF. Windows color (decimal): -4870741 or 11251125. OLE color: 11251125.

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

Color convert

RGB 181 173 171 -
CMYK 0 0.04 0.06 0.29
HSL 12º 0.06% 0.69% -
HSV(B) 12º 0.06% 0.71% -
XYZ 41.35 42.65 44.58 -
YUV 175.16 125.65 132.16 -
System Red Green Blue C M Y K H S L
Decimal 181 173 171 0 0.04 0.06 0.29 12 0.06 0.69
Hex B5 AD AB 0 4 6 1D C 6 45
Octal 265 255 253 0 4 6 35 14 6 105
Binary 10110101 10101101 10101011 0 100 110 11101 1100 110 1000101

Color Harmonies of #B5ADAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5ADAB

Black with #B5ADAB

Text Example


Text Example

White with #B5ADAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5ADAB; }

 p { color: rgb(181,173,171); }

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

background-color css

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

 a { background-color: rgb(181,173,171); }

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

border-color css

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

 span { border-color: rgb(181,173,171); }

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