Html Css Color HEX #BC8F7D Pale Taupe

📋 copy color: '#BC8F7D'

red 188 ◦ green 143 ◦ blue 125

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

Shades of Pale Taupe #BC8F7D

Tints of Pale Taupe #BC8F7D

RGB

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

 GREEN value IS 143 (56.25% from 255) = 31.36%

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

R = 41.23%
G = 31.36%
B = 27.41%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.34

 K value IS 0.26

RGB Variations

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

Color information

#BC8F7D (or 0xBC8F7D) is known color: Pale Taupe. HEX triplet: BC, 8F and 7D. RGB value is (188,143,125). Sum of RGB (Red+Green+Blue) = 188+143+125=456 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.23% from 456); Green value is 143 (56.25% from 255 or 31.36% from 456); Blue value is 125 (49.22% from 255 or 27.41% from 456); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8F7D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC8F7D is #437082. Grayscale: #9A9A9A. Windows color (decimal): -4419715 or 8228796. OLE color: 8228796.

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

Color convert

RGB 188 143 125 -
CMYK 0 0.24 0.34 0.26
HSL 17.14º 0.32% 0.61% -
HSV(B) 17.14º 0.34% 0.74% -
XYZ 34.26 31.82 23.74 -
YUV 154.4 111.41 151.96 -
System Red Green Blue C M Y K H S L
Decimal 188 143 125 0 0.24 0.34 0.26 17.14 0.32 0.61
Hex BC 8F 7D 0 18 22 1A 11 20 3D
Octal 274 217 175 0 30 42 32 21 40 75
Binary 10111100 10001111 1111101 0 11000 100010 11010 10001 100000 111101

Color Harmonies of #BC8F7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8F7D

Black with #BC8F7D

Text Example


Text Example

White with #BC8F7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8F7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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