Html Css Color HEX #BCA5A2 Martini

📋 copy color: '#BCA5A2'

red 188 ◦ green 165 ◦ blue 162

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

Shades of Martini #BCA5A2

Tints of Martini #BCA5A2

RGB

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

 GREEN value IS 165 (64.84% from 255) = 32.04%

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

R = 36.5%
G = 32.04%
B = 31.46%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.14

 K value IS 0.26

RGB Variations

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

Color information

#BCA5A2 (or 0xBCA5A2) is known color: Martini. HEX triplet: BC, A5 and A2. RGB value is (188,165,162). Sum of RGB (Red+Green+Blue) = 188+165+162=515 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.50% from 515); Green value is 165 (64.84% from 255 or 32.04% from 515); Blue value is 162 (63.67% from 255 or 31.46% from 515); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA5A2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCA5A2 is #435A5D. Grayscale: #ABABAB. Windows color (decimal): -4414046 or 10659260. OLE color: 10659260.

HSL color Cylindrical-coordinate representation of color #BCA5A2: hue angle of 6.92º 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 #BCA5A2 is Cyan = 0, Magento = 0.12, Yellow = 0.14 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 165 162 -
CMYK 0 0.12 0.14 0.26
HSL 6.92º 0.16% 0.69% -
HSV(B) 6.92º 0.14% 0.74% -
XYZ 40.72 40.21 39.8 -
YUV 171.54 122.62 139.74 -
System Red Green Blue C M Y K H S L
Decimal 188 165 162 0 0.12 0.14 0.26 6.92 0.16 0.69
Hex BC A5 A2 0 C E 1A 7 10 45
Octal 274 245 242 0 14 16 32 7 20 105
Binary 10111100 10100101 10100010 0 1100 1110 11010 111 10000 1000101

Color Harmonies of #BCA5A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA5A2

Black with #BCA5A2

Text Example


Text Example

White with #BCA5A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA5A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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