Html Css Color HEX #BC9985 Pale Taupe

📋 copy color: '#BC9985'

red 188 ◦ green 153 ◦ blue 133

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

Shades of Pale Taupe #BC9985

Tints of Pale Taupe #BC9985

RGB

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

 GREEN value IS 153 (60.16% from 255) = 32.28%

 BLUE value IS 133 (52.34% from 255) = 28.06%

R = 39.66%
G = 32.28%
B = 28.06%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.29

 K value IS 0.26

RGB Variations

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

Color information

#BC9985 (or 0xBC9985) is known color: Pale Taupe. HEX triplet: BC, 99 and 85. RGB value is (188,153,133). Sum of RGB (Red+Green+Blue) = 188+153+133=474 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.66% from 474); Green value is 153 (60.16% from 255 or 32.28% from 474); Blue value is 133 (52.34% from 255 or 28.06% from 474); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9985 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC9985 is #43667A. Grayscale: #A1A1A1. Windows color (decimal): -4417147 or 8755644. OLE color: 8755644.

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

Color convert

RGB 188 153 133 -
CMYK 0 0.19 0.29 0.26
HSL 21.82º 0.29% 0.63% -
HSV(B) 21.82º 0.29% 0.74% -
XYZ 36.36 35.17 27.06 -
YUV 161.19 112.1 147.13 -
System Red Green Blue C M Y K H S L
Decimal 188 153 133 0 0.19 0.29 0.26 21.82 0.29 0.63
Hex BC 99 85 0 13 1D 1A 16 1D 3F
Octal 274 231 205 0 23 35 32 26 35 77
Binary 10111100 10011001 10000101 0 10011 11101 11010 10110 11101 111111

Color Harmonies of #BC9985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9985

Black with #BC9985

Text Example


Text Example

White with #BC9985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9985; }

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

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

background-color css

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

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

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

border-color css

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

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

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