Html Css Color HEX #BCABA3 Martini

📋 copy color: '#BCABA3'

red 188 ◦ green 171 ◦ blue 163

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

Shades of Martini #BCABA3

Tints of Martini #BCABA3

RGB

 RED value IS 188 (73.83% from 255) = 36.02%

 GREEN value IS 171 (67.19% from 255) = 32.76%

 BLUE value IS 163 (64.06% from 255) = 31.23%

R = 36.02%
G = 32.76%
B = 31.23%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.13

 K value IS 0.26

RGB Variations

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

Color information

#BCABA3 (or 0xBCABA3) is known color: Martini. HEX triplet: BC, AB and A3. RGB value is (188,171,163). Sum of RGB (Red+Green+Blue) = 188+171+163=522 (69% of max value = 765). Red value is 188 (73.83% from 255 or 36.02% from 522); Green value is 171 (67.19% from 255 or 32.76% from 522); Blue value is 163 (64.06% from 255 or 31.23% from 522); Max value from RGB is 188 - color contains mainly: red. Hex color #BCABA3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCABA3 is #43545C. Grayscale: #AFAFAF. Windows color (decimal): -4412509 or 10726332. OLE color: 10726332.

HSL color Cylindrical-coordinate representation of color #BCABA3: hue angle of 19.2º degrees, saturation: 0.16, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BCABA3 is Cyan = 0, Magento = 0.09, Yellow = 0.13 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 171 163 -
CMYK 0 0.09 0.13 0.26
HSL 19.2º 0.16% 0.69% -
HSV(B) 19.2º 0.13% 0.74% -
XYZ 41.91 42.46 40.64 -
YUV 175.17 121.13 137.15 -
System Red Green Blue C M Y K H S L
Decimal 188 171 163 0 0.09 0.13 0.26 19.2 0.16 0.69
Hex BC AB A3 0 9 D 1A 13 10 45
Octal 274 253 243 0 11 15 32 23 20 105
Binary 10111100 10101011 10100011 0 1001 1101 11010 10011 10000 1000101

Color Harmonies of #BCABA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCABA3

Black with #BCABA3

Text Example


Text Example

White with #BCABA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCABA3; }

 p { color: rgb(188,171,163); }

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

background-color css

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

 a { background-color: rgb(188,171,163); }

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

border-color css

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

 span { border-color: rgb(188,171,163); }

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