Html Css Color HEX #BCA79C Martini

📋 copy color: '#BCA79C'

red 188 ◦ green 167 ◦ blue 156

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

Shades of Martini #BCA79C

Tints of Martini #BCA79C

RGB

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

 GREEN value IS 167 (65.63% from 255) = 32.68%

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

R = 36.79%
G = 32.68%
B = 30.53%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.17

 K value IS 0.26

RGB Variations

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

Color information

#BCA79C (or 0xBCA79C) is known color: Martini. HEX triplet: BC, A7 and 9C. RGB value is (188,167,156). Sum of RGB (Red+Green+Blue) = 188+167+156=511 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.79% from 511); Green value is 167 (65.62% from 255 or 32.68% from 511); Blue value is 156 (61.33% from 255 or 30.53% from 511); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA79C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCA79C is #435863. Grayscale: #ACACAC. Windows color (decimal): -4413540 or 10266556. OLE color: 10266556.

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

Color convert

RGB 188 167 156 -
CMYK 0 0.11 0.17 0.26
HSL 20.63º 0.19% 0.67% -
HSV(B) 20.63º 0.17% 0.74% -
XYZ 40.56 40.73 37.18 -
YUV 172.03 118.96 139.39 -
System Red Green Blue C M Y K H S L
Decimal 188 167 156 0 0.11 0.17 0.26 20.63 0.19 0.67
Hex BC A7 9C 0 B 11 1A 15 13 43
Octal 274 247 234 0 13 21 32 25 23 103
Binary 10111100 10100111 10011100 0 1011 10001 11010 10101 10011 1000011

Color Harmonies of #BCA79C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA79C

Black with #BCA79C

Text Example


Text Example

White with #BCA79C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA79C; }

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

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

background-color css

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

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

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

border-color css

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

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

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