Html Css Color HEX #B8ADAB Martini

📋 copy color: '#B8ADAB'

red 184 ◦ green 173 ◦ blue 171

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

Shades of Martini #B8ADAB

Tints of Martini #B8ADAB

RGB

 RED value IS 184 (72.27% from 255) = 34.85%

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

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

R = 34.85%
G = 32.77%
B = 32.39%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.07

 K value IS 0.28

RGB Variations

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

Color information

#B8ADAB (or 0xB8ADAB) is known color: Martini. HEX triplet: B8, AD and AB. RGB value is (184,173,171). Sum of RGB (Red+Green+Blue) = 184+173+171=528 (69% of max value = 765). Red value is 184 (72.27% from 255 or 34.85% from 528); Green value is 173 (67.97% from 255 or 32.77% from 528); Blue value is 171 (67.19% from 255 or 32.39% from 528); Max value from RGB is 184 - color contains mainly: red. Hex color #B8ADAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B8ADAB is #475254. Grayscale: #B0B0B0. Windows color (decimal): -4674133 or 11251128. OLE color: 11251128.

HSL color Cylindrical-coordinate representation of color #B8ADAB: hue angle of 9.23º degrees, saturation: 0.08, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #B8ADAB is Cyan = 0, Magento = 0.06, Yellow = 0.07 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 173 171 -
CMYK 0 0.06 0.07 0.28
HSL 9.23º 0.08% 0.7% -
HSV(B) 9.23º 0.07% 0.72% -
XYZ 42.06 43.02 44.61 -
YUV 176.06 125.14 133.66 -
System Red Green Blue C M Y K H S L
Decimal 184 173 171 0 0.06 0.07 0.28 9.23 0.08 0.7
Hex B8 AD AB 0 6 7 1C 9 8 46
Octal 270 255 253 0 6 7 34 11 10 106
Binary 10111000 10101101 10101011 0 110 111 11100 1001 1000 1000110

Color Harmonies of #B8ADAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8ADAB

Black with #B8ADAB

Text Example


Text Example

White with #B8ADAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8ADAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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