Html Css Color HEX #BCA49F Martini

📋 copy color: '#BCA49F'

red 188 ◦ green 164 ◦ blue 159

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

Shades of Martini #BCA49F

Tints of Martini #BCA49F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 31.12%

R = 36.79%
G = 32.09%
B = 31.12%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.15

 K value IS 0.26

RGB Variations

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

Color information

#BCA49F (or 0xBCA49F) is known color: Martini. HEX triplet: BC, A4 and 9F. RGB value is (188,164,159). Sum of RGB (Red+Green+Blue) = 188+164+159=511 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.79% from 511); Green value is 164 (64.45% from 255 or 32.09% from 511); Blue value is 159 (62.5% from 255 or 31.12% from 511); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA49F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCA49F is #435B60. Grayscale: #AAAAAA. Windows color (decimal): -4414305 or 10462396. OLE color: 10462396.

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

Color convert

RGB 188 164 159 -
CMYK 0 0.13 0.15 0.26
HSL 10.34º 0.18% 0.68% -
HSV(B) 10.34º 0.15% 0.74% -
XYZ 40.27 39.75 38.35 -
YUV 170.61 121.45 140.41 -
System Red Green Blue C M Y K H S L
Decimal 188 164 159 0 0.13 0.15 0.26 10.34 0.18 0.68
Hex BC A4 9F 0 D F 1A A 12 44
Octal 274 244 237 0 15 17 32 12 22 104
Binary 10111100 10100100 10011111 0 1101 1111 11010 1010 10010 1000100

Color Harmonies of #BCA49F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA49F

Black with #BCA49F

Text Example


Text Example

White with #BCA49F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA49F; }

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

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

background-color css

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

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

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

border-color css

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

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

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