Html Css Color HEX #BCA69D Martini

📋 copy color: '#BCA69D'

red 188 ◦ green 166 ◦ blue 157

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

Shades of Martini #BCA69D

Tints of Martini #BCA69D

RGB

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

 GREEN value IS 166 (65.23% from 255) = 32.49%

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

R = 36.79%
G = 32.49%
B = 30.72%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.16

 K value IS 0.26

RGB Variations

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

Color information

#BCA69D (or 0xBCA69D) is known color: Martini. HEX triplet: BC, A6 and 9D. RGB value is (188,166,157). Sum of RGB (Red+Green+Blue) = 188+166+157=511 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.79% from 511); Green value is 166 (65.23% from 255 or 32.49% from 511); Blue value is 157 (61.72% from 255 or 30.72% from 511); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA69D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCA69D is #435962. Grayscale: #ABABAB. Windows color (decimal): -4413795 or 10331836. OLE color: 10331836.

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

Color convert

RGB 188 166 157 -
CMYK 0 0.12 0.16 0.26
HSL 17.42º 0.19% 0.68% -
HSV(B) 17.42º 0.16% 0.74% -
XYZ 40.46 40.4 37.56 -
YUV 171.55 119.79 139.73 -
System Red Green Blue C M Y K H S L
Decimal 188 166 157 0 0.12 0.16 0.26 17.42 0.19 0.68
Hex BC A6 9D 0 C 10 1A 11 13 44
Octal 274 246 235 0 14 20 32 21 23 104
Binary 10111100 10100110 10011101 0 1100 10000 11010 10001 10011 1000100

Color Harmonies of #BCA69D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA69D

Black with #BCA69D

Text Example


Text Example

White with #BCA69D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA69D; }

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

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

background-color css

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

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

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

border-color css

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

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

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