Html Css Color HEX #BCA9A7 Martini

📋 copy color: '#BCA9A7'

red 188 ◦ green 169 ◦ blue 167

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

Shades of Martini #BCA9A7

Tints of Martini #BCA9A7

RGB

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

 GREEN value IS 169 (66.41% from 255) = 32.25%

 BLUE value IS 167 (65.63% from 255) = 31.87%

R = 35.88%
G = 32.25%
B = 31.87%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.11

 K value IS 0.26

RGB Variations

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

Color information

#BCA9A7 (or 0xBCA9A7) is known color: Martini. HEX triplet: BC, A9 and A7. RGB value is (188,169,167). Sum of RGB (Red+Green+Blue) = 188+169+167=524 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.88% from 524); Green value is 169 (66.41% from 255 or 32.25% from 524); Blue value is 167 (65.62% from 255 or 31.87% from 524); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA9A7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCA9A7 is #435658. Grayscale: #AEAEAE. Windows color (decimal): -4413017 or 10987964. OLE color: 10987964.

HSL color Cylindrical-coordinate representation of color #BCA9A7: hue angle of 5.71º degrees, saturation: 0.14, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BCA9A7 is Cyan = 0, Magento = 0.10, Yellow = 0.11 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 169 167 -
CMYK 0 0.10 0.11 0.26
HSL 5.71º 0.14% 0.7% -
HSV(B) 5.71º 0.11% 0.74% -
XYZ 41.9 41.86 42.43 -
YUV 174.45 123.79 137.66 -
System Red Green Blue C M Y K H S L
Decimal 188 169 167 0 0.10 0.11 0.26 5.71 0.14 0.7
Hex BC A9 A7 0 A B 1A 6 E 46
Octal 274 251 247 0 12 13 32 6 16 106
Binary 10111100 10101001 10100111 0 1010 1011 11010 110 1110 1000110

Color Harmonies of #BCA9A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA9A7

Black with #BCA9A7

Text Example


Text Example

White with #BCA9A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA9A7; }

 p { color: rgb(188,169,167); }

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

background-color css

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

 a { background-color: rgb(188,169,167); }

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

border-color css

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

 span { border-color: rgb(188,169,167); }

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