Html Css Color HEX #BCA69E Martini

📋 copy color: '#BCA69E'

red 188 ◦ green 166 ◦ blue 158

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

Shades of Martini #BCA69E

Tints of Martini #BCA69E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 30.86%

R = 36.72%
G = 32.42%
B = 30.86%

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

#BCA69E (or 0xBCA69E) is known color: Martini. HEX triplet: BC, A6 and 9E. RGB value is (188,166,158). Sum of RGB (Red+Green+Blue) = 188+166+158=512 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.72% from 512); Green value is 166 (65.23% from 255 or 32.42% from 512); Blue value is 158 (62.11% from 255 or 30.86% from 512); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA69E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCA69E is #435961. Grayscale: #ABABAB. Windows color (decimal): -4413794 or 10397372. OLE color: 10397372.

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

Color convert

RGB 188 166 158 -
CMYK 0 0.12 0.16 0.26
HSL 16º 0.18% 0.68% -
HSV(B) 16º 0.16% 0.74% -
XYZ 40.55 40.43 38.01 -
YUV 171.67 120.29 139.65 -
System Red Green Blue C M Y K H S L
Decimal 188 166 158 0 0.12 0.16 0.26 16 0.18 0.68
Hex BC A6 9E 0 C 10 1A 10 12 44
Octal 274 246 236 0 14 20 32 20 22 104
Binary 10111100 10100110 10011110 0 1100 10000 11010 10000 10010 1000100

Color Harmonies of #BCA69E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA69E

Black with #BCA69E

Text Example


Text Example

White with #BCA69E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA69E; }

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

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

background-color css

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

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

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

border-color css

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

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

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