Html Css Color HEX #BC8D71 Pale Taupe

📋 copy color: '#BC8D71'

red 188 ◦ green 141 ◦ blue 113

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

Shades of Pale Taupe #BC8D71

Tints of Pale Taupe #BC8D71

RGB

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

 GREEN value IS 141 (55.47% from 255) = 31.9%

 BLUE value IS 113 (44.53% from 255) = 25.57%

R = 42.53%
G = 31.9%
B = 25.57%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.40

 K value IS 0.26

RGB Variations

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

Color information

#BC8D71 (or 0xBC8D71) is known color: Pale Taupe. HEX triplet: BC, 8D and 71. RGB value is (188,141,113). Sum of RGB (Red+Green+Blue) = 188+141+113=442 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.53% from 442); Green value is 141 (55.47% from 255 or 31.90% from 442); Blue value is 113 (44.53% from 255 or 25.57% from 442); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8D71 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC8D71 is #43728E. Grayscale: #989898. Windows color (decimal): -4420239 or 7441852. OLE color: 7441852.

HSL color Cylindrical-coordinate representation of color #BC8D71: hue angle of 22.4º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BC8D71 is Cyan = 0, Magento = 0.25, Yellow = 0.40 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 141 113 -
CMYK 0 0.25 0.40 0.26
HSL 22.4º 0.36% 0.59% -
HSV(B) 22.4º 0.4% 0.74% -
XYZ 33.24 30.93 19.84 -
YUV 151.86 106.07 153.78 -
System Red Green Blue C M Y K H S L
Decimal 188 141 113 0 0.25 0.40 0.26 22.4 0.36 0.59
Hex BC 8D 71 0 19 28 1A 16 24 3B
Octal 274 215 161 0 31 50 32 26 44 73
Binary 10111100 10001101 1110001 0 11001 101000 11010 10110 100100 111011

Color Harmonies of #BC8D71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8D71

Black with #BC8D71

Text Example


Text Example

White with #BC8D71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8D71; }

 p { color: rgb(188,141,113); }

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

background-color css

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

 a { background-color: rgb(188,141,113); }

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

border-color css

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

 span { border-color: rgb(188,141,113); }

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