Html Css Color HEX #BC9F99 Martini

📋 copy color: '#BC9F99'

red 188 ◦ green 159 ◦ blue 153

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

Shades of Martini #BC9F99

Tints of Martini #BC9F99

RGB

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

 GREEN value IS 159 (62.5% from 255) = 31.8%

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

R = 37.6%
G = 31.8%
B = 30.6%

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

#BC9F99 (or 0xBC9F99) is known color: Martini. HEX triplet: BC, 9F and 99. RGB value is (188,159,153). Sum of RGB (Red+Green+Blue) = 188+159+153=500 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.6% from 500); Green value is 159 (62.5% from 255 or 31.8% from 500); Blue value is 153 (60.16% from 255 or 30.6% from 500); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9F99 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC9F99 is #436066. Grayscale: #A7A7A7. Windows color (decimal): -4415591 or 10067900. OLE color: 10067900.

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

Color convert

RGB 188 159 153 -
CMYK 0 0.15 0.19 0.26
HSL 10.29º 0.21% 0.67% -
HSV(B) 10.29º 0.19% 0.74% -
XYZ 38.89 37.79 35.38 -
YUV 166.99 120.11 142.99 -
System Red Green Blue C M Y K H S L
Decimal 188 159 153 0 0.15 0.19 0.26 10.29 0.21 0.67
Hex BC 9F 99 0 F 13 1A A 15 43
Octal 274 237 231 0 17 23 32 12 25 103
Binary 10111100 10011111 10011001 0 1111 10011 11010 1010 10101 1000011

Color Harmonies of #BC9F99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9F99

Black with #BC9F99

Text Example


Text Example

White with #BC9F99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9F99; }

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

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

background-color css

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

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

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

border-color css

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

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

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