Html Css Color HEX #BCA69C Martini

📋 copy color: '#BCA69C'

red 188 ◦ green 166 ◦ blue 156

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

Shades of Martini #BCA69C

Tints of Martini #BCA69C

RGB

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

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

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

R = 36.86%
G = 32.55%
B = 30.59%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.17

 K value IS 0.26

RGB Variations

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

Color information

#BCA69C (or 0xBCA69C) is known color: Martini. HEX triplet: BC, A6 and 9C. RGB value is (188,166,156). Sum of RGB (Red+Green+Blue) = 188+166+156=510 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.86% from 510); Green value is 166 (65.23% from 255 or 32.55% from 510); Blue value is 156 (61.33% from 255 or 30.59% from 510); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA69C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCA69C is #435963. Grayscale: #ABABAB. Windows color (decimal): -4413796 or 10266300. OLE color: 10266300.

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

Color convert

RGB 188 166 156 -
CMYK 0 0.12 0.17 0.26
HSL 18.75º 0.19% 0.67% -
HSV(B) 18.75º 0.17% 0.74% -
XYZ 40.38 40.36 37.12 -
YUV 171.44 119.29 139.81 -
System Red Green Blue C M Y K H S L
Decimal 188 166 156 0 0.12 0.17 0.26 18.75 0.19 0.67
Hex BC A6 9C 0 C 11 1A 13 13 43
Octal 274 246 234 0 14 21 32 23 23 103
Binary 10111100 10100110 10011100 0 1100 10001 11010 10011 10011 1000011

Color Harmonies of #BCA69C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA69C

Black with #BCA69C

Text Example


Text Example

White with #BCA69C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA69C; }

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

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

background-color css

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

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

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

border-color css

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

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

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