Html Css Color HEX #BC8E71 Pale Taupe

📋 copy color: '#BC8E71'

red 188 ◦ green 142 ◦ blue 113

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

Shades of Pale Taupe #BC8E71

Tints of Pale Taupe #BC8E71

RGB

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

 GREEN value IS 142 (55.86% from 255) = 32.05%

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

R = 42.44%
G = 32.05%
B = 25.51%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.40

 K value IS 0.26

RGB Variations

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

Color information

#BC8E71 (or 0xBC8E71) is known color: Pale Taupe. HEX triplet: BC, 8E and 71. RGB value is (188,142,113). Sum of RGB (Red+Green+Blue) = 188+142+113=443 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.44% from 443); Green value is 142 (55.86% from 255 or 32.05% from 443); Blue value is 113 (44.53% from 255 or 25.51% from 443); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8E71 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC8E71 is #43718E. Grayscale: #989898. Windows color (decimal): -4419983 or 7442108. OLE color: 7442108.

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

Color convert

RGB 188 142 113 -
CMYK 0 0.24 0.40 0.26
HSL 23.2º 0.36% 0.59% -
HSV(B) 23.2º 0.4% 0.74% -
XYZ 33.39 31.23 19.89 -
YUV 152.45 105.74 153.36 -
System Red Green Blue C M Y K H S L
Decimal 188 142 113 0 0.24 0.40 0.26 23.2 0.36 0.59
Hex BC 8E 71 0 18 28 1A 17 24 3B
Octal 274 216 161 0 30 50 32 27 44 73
Binary 10111100 10001110 1110001 0 11000 101000 11010 10111 100100 111011

Color Harmonies of #BC8E71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8E71

Black with #BC8E71

Text Example


Text Example

White with #BC8E71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8E71; }

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

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

background-color css

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

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

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

border-color css

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

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

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