Html Css Color HEX #BC9F87 Pale Taupe

📋 copy color: '#BC9F87'

red 188 ◦ green 159 ◦ blue 135

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

Shades of Pale Taupe #BC9F87

Tints of Pale Taupe #BC9F87

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 28.01%

R = 39%
G = 32.99%
B = 28.01%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.28

 K value IS 0.26

RGB Variations

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

Color information

#BC9F87 (or 0xBC9F87) is known color: Pale Taupe. HEX triplet: BC, 9F and 87. RGB value is (188,159,135). Sum of RGB (Red+Green+Blue) = 188+159+135=482 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.00% from 482); Green value is 159 (62.5% from 255 or 32.99% from 482); Blue value is 135 (53.12% from 255 or 28.01% from 482); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9F87 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC9F87 is #436078. Grayscale: #A5A5A5. Windows color (decimal): -4415609 or 8888252. OLE color: 8888252.

HSL color Cylindrical-coordinate representation of color #BC9F87: hue angle of 27.17º degrees, saturation: 0.28, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BC9F87 is Cyan = 0, Magento = 0.15, Yellow = 0.28 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 159 135 -
CMYK 0 0.15 0.28 0.26
HSL 27.17º 0.28% 0.63% -
HSV(B) 27.17º 0.28% 0.74% -
XYZ 37.51 37.24 28.13 -
YUV 164.94 111.11 144.45 -
System Red Green Blue C M Y K H S L
Decimal 188 159 135 0 0.15 0.28 0.26 27.17 0.28 0.63
Hex BC 9F 87 0 F 1C 1A 1B 1C 3F
Octal 274 237 207 0 17 34 32 33 34 77
Binary 10111100 10011111 10000111 0 1111 11100 11010 11011 11100 111111

Color Harmonies of #BC9F87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9F87

Black with #BC9F87

Text Example


Text Example

White with #BC9F87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9F87; }

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

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

background-color css

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

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

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

border-color css

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

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

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