Html Css Color HEX #BC8D6F Pale Taupe

📋 copy color: '#BC8D6F'

red 188 ◦ green 141 ◦ blue 111

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

Shades of Pale Taupe #BC8D6F

Tints of Pale Taupe #BC8D6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 25.23%

R = 42.73%
G = 32.05%
B = 25.23%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.41

 K value IS 0.26

RGB Variations

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

Color information

#BC8D6F (or 0xBC8D6F) is known color: Pale Taupe. HEX triplet: BC, 8D and 6F. RGB value is (188,141,111). Sum of RGB (Red+Green+Blue) = 188+141+111=440 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.73% from 440); Green value is 141 (55.47% from 255 or 32.05% from 440); Blue value is 111 (43.75% from 255 or 25.23% from 440); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8D6F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC8D6F is #437290. Grayscale: #979797. Windows color (decimal): -4420241 or 7310780. OLE color: 7310780.

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

Color convert

RGB 188 141 111 -
CMYK 0 0.25 0.41 0.26
HSL 23.38º 0.36% 0.59% -
HSV(B) 23.38º 0.41% 0.74% -
XYZ 33.13 30.89 19.25 -
YUV 151.63 105.07 153.94 -
System Red Green Blue C M Y K H S L
Decimal 188 141 111 0 0.25 0.41 0.26 23.38 0.36 0.59
Hex BC 8D 6F 0 19 29 1A 17 24 3B
Octal 274 215 157 0 31 51 32 27 44 73
Binary 10111100 10001101 1101111 0 11001 101001 11010 10111 100100 111011

Color Harmonies of #BC8D6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8D6F

Black with #BC8D6F

Text Example


Text Example

White with #BC8D6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8D6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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