Html Css Color HEX #BCA099 Martini

📋 copy color: '#BCA099'

red 188 ◦ green 160 ◦ blue 153

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

Shades of Martini #BCA099

Tints of Martini #BCA099

RGB

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

 GREEN value IS 160 (62.89% from 255) = 31.94%

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

R = 37.52%
G = 31.94%
B = 30.54%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.19

 K value IS 0.26

RGB Variations

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

Color information

#BCA099 (or 0xBCA099) is known color: Martini. HEX triplet: BC, A0 and 99. RGB value is (188,160,153). Sum of RGB (Red+Green+Blue) = 188+160+153=501 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.52% from 501); Green value is 160 (62.89% from 255 or 31.94% from 501); Blue value is 153 (60.16% from 255 or 30.54% from 501); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA099 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCA099 is #435F66. Grayscale: #A7A7A7. Windows color (decimal): -4415335 or 10068156. OLE color: 10068156.

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

Color convert

RGB 188 160 153 -
CMYK 0 0.15 0.19 0.26
HSL 12º 0.21% 0.67% -
HSV(B) 12º 0.19% 0.74% -
XYZ 39.06 38.13 35.44 -
YUV 167.57 119.78 142.57 -
System Red Green Blue C M Y K H S L
Decimal 188 160 153 0 0.15 0.19 0.26 12 0.21 0.67
Hex BC A0 99 0 F 13 1A C 15 43
Octal 274 240 231 0 17 23 32 14 25 103
Binary 10111100 10100000 10011001 0 1111 10011 11010 1100 10101 1000011

Color Harmonies of #BCA099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA099

Black with #BCA099

Text Example


Text Example

White with #BCA099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA099; }

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

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

background-color css

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

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

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

border-color css

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

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

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