Html Css Color HEX #BCA59E Martini

📋 copy color: '#BCA59E'

red 188 ◦ green 165 ◦ blue 158

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

Shades of Martini #BCA59E

Tints of Martini #BCA59E

RGB

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

 GREEN value IS 165 (64.84% from 255) = 32.29%

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

R = 36.79%
G = 32.29%
B = 30.92%

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

#BCA59E (or 0xBCA59E) is known color: Martini. HEX triplet: BC, A5 and 9E. RGB value is (188,165,158). Sum of RGB (Red+Green+Blue) = 188+165+158=511 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.79% from 511); Green value is 165 (64.84% from 255 or 32.29% from 511); Blue value is 158 (62.11% from 255 or 30.92% from 511); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA59E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCA59E is #435A61. Grayscale: #ABABAB. Windows color (decimal): -4414050 or 10397116. OLE color: 10397116.

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

Color convert

RGB 188 165 158 -
CMYK 0 0.12 0.16 0.26
HSL 14º 0.18% 0.68% -
HSV(B) 14º 0.16% 0.74% -
XYZ 40.37 40.07 37.95 -
YUV 171.08 120.62 140.07 -
System Red Green Blue C M Y K H S L
Decimal 188 165 158 0 0.12 0.16 0.26 14 0.18 0.68
Hex BC A5 9E 0 C 10 1A E 12 44
Octal 274 245 236 0 14 20 32 16 22 104
Binary 10111100 10100101 10011110 0 1100 10000 11010 1110 10010 1000100

Color Harmonies of #BCA59E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA59E

Black with #BCA59E

Text Example


Text Example

White with #BCA59E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA59E; }

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

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

background-color css

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

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

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

border-color css

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

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

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