Html Css Color HEX #BCA49C Martini

📋 copy color: '#BCA49C'

red 188 ◦ green 164 ◦ blue 156

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

Shades of Martini #BCA49C

Tints of Martini #BCA49C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 30.71%

R = 37.01%
G = 32.28%
B = 30.71%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.17

 K value IS 0.26

RGB Variations

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

Color information

#BCA49C (or 0xBCA49C) is known color: Martini. HEX triplet: BC, A4 and 9C. RGB value is (188,164,156). Sum of RGB (Red+Green+Blue) = 188+164+156=508 (67% of max value = 765). Red value is 188 (73.83% from 255 or 37.01% from 508); Green value is 164 (64.45% from 255 or 32.28% from 508); Blue value is 156 (61.33% from 255 or 30.71% from 508); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA49C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCA49C is #435B63. Grayscale: #AAAAAA. Windows color (decimal): -4414308 or 10265788. OLE color: 10265788.

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

Color convert

RGB 188 164 156 -
CMYK 0 0.13 0.17 0.26
HSL 15º 0.19% 0.67% -
HSV(B) 15º 0.17% 0.74% -
XYZ 40.02 39.64 37 -
YUV 170.26 119.95 140.65 -
System Red Green Blue C M Y K H S L
Decimal 188 164 156 0 0.13 0.17 0.26 15 0.19 0.67
Hex BC A4 9C 0 D 11 1A F 13 43
Octal 274 244 234 0 15 21 32 17 23 103
Binary 10111100 10100100 10011100 0 1101 10001 11010 1111 10011 1000011

Color Harmonies of #BCA49C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA49C

Black with #BCA49C

Text Example


Text Example

White with #BCA49C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA49C; }

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

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

background-color css

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

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

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

border-color css

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

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

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