Html Css Color HEX #BCA8A2 Martini

📋 copy color: '#BCA8A2'

red 188 ◦ green 168 ◦ blue 162

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

Shades of Martini #BCA8A2

Tints of Martini #BCA8A2

RGB

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

 GREEN value IS 168 (66.02% from 255) = 32.43%

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

R = 36.29%
G = 32.43%
B = 31.27%

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

#BCA8A2 (or 0xBCA8A2) is known color: Martini. HEX triplet: BC, A8 and A2. RGB value is (188,168,162). Sum of RGB (Red+Green+Blue) = 188+168+162=518 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.29% from 518); Green value is 168 (66.02% from 255 or 32.43% from 518); Blue value is 162 (63.67% from 255 or 31.27% from 518); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA8A2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCA8A2 is #43575D. Grayscale: #ADADAD. Windows color (decimal): -4413278 or 10660028. OLE color: 10660028.

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

Color convert

RGB 188 168 162 -
CMYK 0 0.11 0.14 0.26
HSL 13.85º 0.16% 0.69% -
HSV(B) 13.85º 0.14% 0.74% -
XYZ 41.26 41.31 39.98 -
YUV 173.3 121.63 138.49 -
System Red Green Blue C M Y K H S L
Decimal 188 168 162 0 0.11 0.14 0.26 13.85 0.16 0.69
Hex BC A8 A2 0 B E 1A E 10 45
Octal 274 250 242 0 13 16 32 16 20 105
Binary 10111100 10101000 10100010 0 1011 1110 11010 1110 10000 1000101

Color Harmonies of #BCA8A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA8A2

Black with #BCA8A2

Text Example


Text Example

White with #BCA8A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA8A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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