Html Css Color HEX #BDB0AB Martini

📋 copy color: '#BDB0AB'

red 189 ◦ green 176 ◦ blue 171

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

Shades of Martini #BDB0AB

Tints of Martini #BDB0AB

RGB

 RED value IS 189 (74.22% from 255) = 35.26%

 GREEN value IS 176 (69.14% from 255) = 32.84%

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

R = 35.26%
G = 32.84%
B = 31.9%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.10

 K value IS 0.26

RGB Variations

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

Color information

#BDB0AB (or 0xBDB0AB) is known color: Martini. HEX triplet: BD, B0 and AB. RGB value is (189,176,171). Sum of RGB (Red+Green+Blue) = 189+176+171=536 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.26% from 536); Green value is 176 (69.14% from 255 or 32.84% from 536); Blue value is 171 (67.19% from 255 or 31.90% from 536); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB0AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDB0AB is #424F54. Grayscale: #B3B3B3. Windows color (decimal): -4345685 or 11251901. OLE color: 11251901.

HSL color Cylindrical-coordinate representation of color #BDB0AB: hue angle of 16.67º degrees, saturation: 0.12, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BDB0AB is Cyan = 0, Magento = 0.07, Yellow = 0.10 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 176 171 -
CMYK 0 0.07 0.10 0.26
HSL 16.67º 0.12% 0.71% -
HSV(B) 16.67º 0.1% 0.74% -
XYZ 43.86 44.81 44.87 -
YUV 179.32 123.31 134.91 -
System Red Green Blue C M Y K H S L
Decimal 189 176 171 0 0.07 0.10 0.26 16.67 0.12 0.71
Hex BD B0 AB 0 7 A 1A 11 C 47
Octal 275 260 253 0 7 12 32 21 14 107
Binary 10111101 10110000 10101011 0 111 1010 11010 10001 1100 1000111

Color Harmonies of #BDB0AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB0AB

Black with #BDB0AB

Text Example


Text Example

White with #BDB0AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB0AB; }

 p { color: rgb(189,176,171); }

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

background-color css

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

 a { background-color: rgb(189,176,171); }

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

border-color css

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

 span { border-color: rgb(189,176,171); }

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