Html Css Color HEX #BCA399 Martini

📋 copy color: '#BCA399'

red 188 ◦ green 163 ◦ blue 153

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

Shades of Martini #BCA399

Tints of Martini #BCA399

RGB

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

 GREEN value IS 163 (64.06% from 255) = 32.34%

 BLUE value IS 153 (60.16% from 255) = 30.36%

R = 37.3%
G = 32.34%
B = 30.36%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.19

 K value IS 0.26

RGB Variations

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

Color information

#BCA399 (or 0xBCA399) is known color: Martini. HEX triplet: BC, A3 and 99. RGB value is (188,163,153). Sum of RGB (Red+Green+Blue) = 188+163+153=504 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.30% from 504); Green value is 163 (64.06% from 255 or 32.34% from 504); Blue value is 153 (60.16% from 255 or 30.36% from 504); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA399 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCA399 is #435C66. Grayscale: #A9A9A9. Windows color (decimal): -4414567 or 10068924. OLE color: 10068924.

HSL color Cylindrical-coordinate representation of color #BCA399: hue angle of 17.14º degrees, saturation: 0.21, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BCA399 is Cyan = 0, Magento = 0.13, Yellow = 0.19 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 163 153 -
CMYK 0 0.13 0.19 0.26
HSL 17.14º 0.21% 0.67% -
HSV(B) 17.14º 0.19% 0.74% -
XYZ 39.59 39.19 35.61 -
YUV 169.34 118.78 141.31 -
System Red Green Blue C M Y K H S L
Decimal 188 163 153 0 0.13 0.19 0.26 17.14 0.21 0.67
Hex BC A3 99 0 D 13 1A 11 15 43
Octal 274 243 231 0 15 23 32 21 25 103
Binary 10111100 10100011 10011001 0 1101 10011 11010 10001 10101 1000011

Color Harmonies of #BCA399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA399

Black with #BCA399

Text Example


Text Example

White with #BCA399

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA399; }

 p { color: rgb(188,163,153); }

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

background-color css

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

 a { background-color: rgb(188,163,153); }

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

border-color css

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

 span { border-color: rgb(188,163,153); }

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