Html Css Color HEX #BCA79D Martini

📋 copy color: '#BCA79D'

red 188 ◦ green 167 ◦ blue 157

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

Shades of Martini #BCA79D

Tints of Martini #BCA79D

RGB

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

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

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

R = 36.72%
G = 32.62%
B = 30.66%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.16

 K value IS 0.26

RGB Variations

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

Color information

#BCA79D (or 0xBCA79D) is known color: Martini. HEX triplet: BC, A7 and 9D. RGB value is (188,167,157). Sum of RGB (Red+Green+Blue) = 188+167+157=512 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.72% from 512); Green value is 167 (65.62% from 255 or 32.62% from 512); Blue value is 157 (61.72% from 255 or 30.66% from 512); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA79D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCA79D is #435862. Grayscale: #ACACAC. Windows color (decimal): -4413539 or 10332092. OLE color: 10332092.

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

Color convert

RGB 188 167 157 -
CMYK 0 0.11 0.16 0.26
HSL 19.35º 0.19% 0.68% -
HSV(B) 19.35º 0.16% 0.74% -
XYZ 40.64 40.76 37.62 -
YUV 172.14 119.46 139.31 -
System Red Green Blue C M Y K H S L
Decimal 188 167 157 0 0.11 0.16 0.26 19.35 0.19 0.68
Hex BC A7 9D 0 B 10 1A 13 13 44
Octal 274 247 235 0 13 20 32 23 23 104
Binary 10111100 10100111 10011101 0 1011 10000 11010 10011 10011 1000100

Color Harmonies of #BCA79D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA79D

Black with #BCA79D

Text Example


Text Example

White with #BCA79D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA79D; }

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

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

background-color css

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

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

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

border-color css

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

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

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