Html Css Color HEX #BCA49D Martini

📋 copy color: '#BCA49D'

red 188 ◦ green 164 ◦ blue 157

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

Shades of Martini #BCA49D

Tints of Martini #BCA49D

RGB

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

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

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

R = 36.94%
G = 32.22%
B = 30.84%

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

#BCA49D (or 0xBCA49D) is known color: Martini. HEX triplet: BC, A4 and 9D. RGB value is (188,164,157). Sum of RGB (Red+Green+Blue) = 188+164+157=509 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.94% from 509); Green value is 164 (64.45% from 255 or 32.22% from 509); Blue value is 157 (61.72% from 255 or 30.84% from 509); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA49D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCA49D is #435B62. Grayscale: #AAAAAA. Windows color (decimal): -4414307 or 10331324. OLE color: 10331324.

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

Color convert

RGB 188 164 157 -
CMYK 0 0.13 0.16 0.26
HSL 13.55º 0.19% 0.68% -
HSV(B) 13.55º 0.16% 0.74% -
XYZ 40.1 39.68 37.44 -
YUV 170.38 120.45 140.57 -
System Red Green Blue C M Y K H S L
Decimal 188 164 157 0 0.13 0.16 0.26 13.55 0.19 0.68
Hex BC A4 9D 0 D 10 1A E 13 44
Octal 274 244 235 0 15 20 32 16 23 104
Binary 10111100 10100100 10011101 0 1101 10000 11010 1110 10011 1000100

Color Harmonies of #BCA49D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA49D

Black with #BCA49D

Text Example


Text Example

White with #BCA49D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA49D; }

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

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

background-color css

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

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

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

border-color css

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

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

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