Html Css Color HEX #BCA39F Martini

📋 copy color: '#BCA39F'

red 188 ◦ green 163 ◦ blue 159

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

Shades of Martini #BCA39F

Tints of Martini #BCA39F

RGB

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

 GREEN value IS 163 (64.06% from 255) = 31.96%

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

R = 36.86%
G = 31.96%
B = 31.18%

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

#BCA39F (or 0xBCA39F) is known color: Martini. HEX triplet: BC, A3 and 9F. RGB value is (188,163,159). Sum of RGB (Red+Green+Blue) = 188+163+159=510 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.86% from 510); Green value is 163 (64.06% from 255 or 31.96% from 510); Blue value is 159 (62.5% from 255 or 31.18% from 510); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA39F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCA39F is #435C60. Grayscale: #AAAAAA. Windows color (decimal): -4414561 or 10462140. OLE color: 10462140.

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

Color convert

RGB 188 163 159 -
CMYK 0 0.13 0.15 0.26
HSL 8.28º 0.18% 0.68% -
HSV(B) 8.28º 0.15% 0.74% -
XYZ 40.09 39.39 38.29 -
YUV 170.02 121.78 140.83 -
System Red Green Blue C M Y K H S L
Decimal 188 163 159 0 0.13 0.15 0.26 8.28 0.18 0.68
Hex BC A3 9F 0 D F 1A 8 12 44
Octal 274 243 237 0 15 17 32 10 22 104
Binary 10111100 10100011 10011111 0 1101 1111 11010 1000 10010 1000100

Color Harmonies of #BCA39F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA39F

Black with #BCA39F

Text Example


Text Example

White with #BCA39F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA39F; }

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

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

background-color css

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

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

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

border-color css

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

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

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