Html Css Color HEX #BCA7A2 Martini

📋 copy color: '#BCA7A2'

red 188 ◦ green 167 ◦ blue 162

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

Shades of Martini #BCA7A2

Tints of Martini #BCA7A2

RGB

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

 GREEN value IS 167 (65.63% from 255) = 32.3%

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

R = 36.36%
G = 32.3%
B = 31.33%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.14

 K value IS 0.26

RGB Variations

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

Color information

#BCA7A2 (or 0xBCA7A2) is known color: Martini. HEX triplet: BC, A7 and A2. RGB value is (188,167,162). Sum of RGB (Red+Green+Blue) = 188+167+162=517 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.36% from 517); Green value is 167 (65.62% from 255 or 32.30% from 517); Blue value is 162 (63.67% from 255 or 31.33% from 517); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA7A2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCA7A2 is #43585D. Grayscale: #ACACAC. Windows color (decimal): -4413534 or 10659772. OLE color: 10659772.

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

Color convert

RGB 188 167 162 -
CMYK 0 0.11 0.14 0.26
HSL 11.54º 0.16% 0.69% -
HSV(B) 11.54º 0.14% 0.74% -
XYZ 41.08 40.94 39.92 -
YUV 172.71 121.96 138.91 -
System Red Green Blue C M Y K H S L
Decimal 188 167 162 0 0.11 0.14 0.26 11.54 0.16 0.69
Hex BC A7 A2 0 B E 1A C 10 45
Octal 274 247 242 0 13 16 32 14 20 105
Binary 10111100 10100111 10100010 0 1011 1110 11010 1100 10000 1000101

Color Harmonies of #BCA7A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA7A2

Black with #BCA7A2

Text Example


Text Example

White with #BCA7A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA7A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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