Html Css Color HEX #BC9F7D Pale Taupe

📋 copy color: '#BC9F7D'

red 188 ◦ green 159 ◦ blue 125

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

Shades of Pale Taupe #BC9F7D

Tints of Pale Taupe #BC9F7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 26.48%

R = 39.83%
G = 33.69%
B = 26.48%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.34

 K value IS 0.26

RGB Variations

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

Color information

#BC9F7D (or 0xBC9F7D) is known color: Pale Taupe. HEX triplet: BC, 9F and 7D. RGB value is (188,159,125). Sum of RGB (Red+Green+Blue) = 188+159+125=472 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.83% from 472); Green value is 159 (62.5% from 255 or 33.69% from 472); Blue value is 125 (49.22% from 255 or 26.48% from 472); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9F7D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC9F7D is #436082. Grayscale: #A3A3A3. Windows color (decimal): -4415619 or 8232892. OLE color: 8232892.

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

Color convert

RGB 188 159 125 -
CMYK 0 0.15 0.34 0.26
HSL 32.38º 0.32% 0.61% -
HSV(B) 32.38º 0.34% 0.74% -
XYZ 36.84 36.97 24.6 -
YUV 163.8 106.11 145.26 -
System Red Green Blue C M Y K H S L
Decimal 188 159 125 0 0.15 0.34 0.26 32.38 0.32 0.61
Hex BC 9F 7D 0 F 22 1A 20 20 3D
Octal 274 237 175 0 17 42 32 40 40 75
Binary 10111100 10011111 1111101 0 1111 100010 11010 100000 100000 111101

Color Harmonies of #BC9F7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9F7D

Black with #BC9F7D

Text Example


Text Example

White with #BC9F7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9F7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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