Html Css Color HEX #B3ADAB Martini

📋 copy color: '#B3ADAB'

red 179 ◦ green 173 ◦ blue 171

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

Shades of Martini #B3ADAB

Tints of Martini #B3ADAB

RGB

 RED value IS 179 (70.31% from 255) = 34.23%

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

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

R = 34.23%
G = 33.08%
B = 32.7%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.04

 K value IS 0.30

RGB Variations

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

Color information

#B3ADAB (or 0xB3ADAB) is known color: Martini. HEX triplet: B3, AD and AB. RGB value is (179,173,171). Sum of RGB (Red+Green+Blue) = 179+173+171=523 (69% of max value = 765). Red value is 179 (70.31% from 255 or 34.23% from 523); Green value is 173 (67.97% from 255 or 33.08% from 523); Blue value is 171 (67.19% from 255 or 32.70% from 523); Max value from RGB is 179 - color contains mainly: red. Hex color #B3ADAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B3ADAB is #4C5254. Grayscale: #AEAEAE. Windows color (decimal): -5001813 or 11251123. OLE color: 11251123.

HSL color Cylindrical-coordinate representation of color #B3ADAB: hue angle of 15º degrees, saturation: 0.05, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #B3ADAB is Cyan = 0, Magento = 0.03, Yellow = 0.04 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 173 171 -
CMYK 0 0.03 0.04 0.30
HSL 15º 0.05% 0.69% -
HSV(B) 15º 0.04% 0.7% -
XYZ 40.88 42.41 44.56 -
YUV 174.57 125.99 131.16 -
System Red Green Blue C M Y K H S L
Decimal 179 173 171 0 0.03 0.04 0.30 15 0.05 0.69
Hex B3 AD AB 0 3 4 1E F 5 45
Octal 263 255 253 0 3 4 36 17 5 105
Binary 10110011 10101101 10101011 0 11 100 11110 1111 101 1000101

Color Harmonies of #B3ADAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3ADAB

Black with #B3ADAB

Text Example


Text Example

White with #B3ADAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3ADAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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