Html Css Color HEX #BCA9A2 Martini

📋 copy color: '#BCA9A2'

red 188 ◦ green 169 ◦ blue 162

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

Shades of Martini #BCA9A2

Tints of Martini #BCA9A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 31.21%

R = 36.22%
G = 32.56%
B = 31.21%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.14

 K value IS 0.26

RGB Variations

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

Color information

#BCA9A2 (or 0xBCA9A2) is known color: Martini. HEX triplet: BC, A9 and A2. RGB value is (188,169,162). Sum of RGB (Red+Green+Blue) = 188+169+162=519 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.22% from 519); Green value is 169 (66.41% from 255 or 32.56% from 519); Blue value is 162 (63.67% from 255 or 31.21% from 519); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA9A2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCA9A2 is #43565D. Grayscale: #ADADAD. Windows color (decimal): -4413022 or 10660284. OLE color: 10660284.

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

Color convert

RGB 188 169 162 -
CMYK 0 0.10 0.14 0.26
HSL 16.15º 0.16% 0.69% -
HSV(B) 16.15º 0.14% 0.74% -
XYZ 41.45 41.68 40.04 -
YUV 173.88 121.29 138.07 -
System Red Green Blue C M Y K H S L
Decimal 188 169 162 0 0.10 0.14 0.26 16.15 0.16 0.69
Hex BC A9 A2 0 A E 1A 10 10 45
Octal 274 251 242 0 12 16 32 20 20 105
Binary 10111100 10101001 10100010 0 1010 1110 11010 10000 10000 1000101

Color Harmonies of #BCA9A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA9A2

Black with #BCA9A2

Text Example


Text Example

White with #BCA9A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA9A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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