Html Css Color HEX #BCA39D Martini

📋 copy color: '#BCA39D'

red 188 ◦ green 163 ◦ blue 157

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

Shades of Martini #BCA39D

Tints of Martini #BCA39D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 30.91%

R = 37.01%
G = 32.09%
B = 30.91%

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

#BCA39D (or 0xBCA39D) is known color: Martini. HEX triplet: BC, A3 and 9D. RGB value is (188,163,157). Sum of RGB (Red+Green+Blue) = 188+163+157=508 (67% of max value = 765). Red value is 188 (73.83% from 255 or 37.01% from 508); Green value is 163 (64.06% from 255 or 32.09% from 508); Blue value is 157 (61.72% from 255 or 30.91% from 508); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA39D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCA39D is #435C62. Grayscale: #A9A9A9. Windows color (decimal): -4414563 or 10331068. OLE color: 10331068.

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

Color convert

RGB 188 163 157 -
CMYK 0 0.13 0.16 0.26
HSL 11.61º 0.19% 0.68% -
HSV(B) 11.61º 0.16% 0.74% -
XYZ 39.92 39.32 37.38 -
YUV 169.79 120.78 140.99 -
System Red Green Blue C M Y K H S L
Decimal 188 163 157 0 0.13 0.16 0.26 11.61 0.19 0.68
Hex BC A3 9D 0 D 10 1A C 13 44
Octal 274 243 235 0 15 20 32 14 23 104
Binary 10111100 10100011 10011101 0 1101 10000 11010 1100 10011 1000100

Color Harmonies of #BCA39D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA39D

Black with #BCA39D

Text Example


Text Example

White with #BCA39D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA39D; }

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

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

background-color css

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

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

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

border-color css

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

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

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