Html Css Color HEX #BCA49E Martini

📋 copy color: '#BCA49E'

red 188 ◦ green 164 ◦ blue 158

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

Shades of Martini #BCA49E

Tints of Martini #BCA49E

RGB

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

 GREEN value IS 164 (64.45% from 255) = 32.16%

 BLUE value IS 158 (62.11% from 255) = 30.98%

R = 36.86%
G = 32.16%
B = 30.98%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.16

 K value IS 0.26

RGB Variations

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

Color information

#BCA49E (or 0xBCA49E) is known color: Martini. HEX triplet: BC, A4 and 9E. RGB value is (188,164,158). Sum of RGB (Red+Green+Blue) = 188+164+158=510 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.86% from 510); Green value is 164 (64.45% from 255 or 32.16% from 510); Blue value is 158 (62.11% from 255 or 30.98% from 510); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA49E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCA49E is #435B61. Grayscale: #AAAAAA. Windows color (decimal): -4414306 or 10396860. OLE color: 10396860.

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

Color convert

RGB 188 164 158 -
CMYK 0 0.13 0.16 0.26
HSL 12º 0.18% 0.68% -
HSV(B) 12º 0.16% 0.74% -
XYZ 40.19 39.71 37.89 -
YUV 170.49 120.95 140.49 -
System Red Green Blue C M Y K H S L
Decimal 188 164 158 0 0.13 0.16 0.26 12 0.18 0.68
Hex BC A4 9E 0 D 10 1A C 12 44
Octal 274 244 236 0 15 20 32 14 22 104
Binary 10111100 10100100 10011110 0 1101 10000 11010 1100 10010 1000100

Color Harmonies of #BCA49E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA49E

Black with #BCA49E

Text Example


Text Example

White with #BCA49E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA49E; }

 p { color: rgb(188,164,158); }

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

background-color css

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

 a { background-color: rgb(188,164,158); }

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

border-color css

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

 span { border-color: rgb(188,164,158); }

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