Html Css Color HEX #BC947F Pale Taupe

📋 copy color: '#BC947F'

red 188 ◦ green 148 ◦ blue 127

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

Shades of Pale Taupe #BC947F

Tints of Pale Taupe #BC947F

RGB

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

 GREEN value IS 148 (58.2% from 255) = 31.97%

 BLUE value IS 127 (50% from 255) = 27.43%

R = 40.6%
G = 31.97%
B = 27.43%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.32

 K value IS 0.26

RGB Variations

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

Color information

#BC947F (or 0xBC947F) is known color: Pale Taupe. HEX triplet: BC, 94 and 7F. RGB value is (188,148,127). Sum of RGB (Red+Green+Blue) = 188+148+127=463 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.60% from 463); Green value is 148 (58.20% from 255 or 31.97% from 463); Blue value is 127 (50% from 255 or 27.43% from 463); Max value from RGB is 188 - color contains mainly: red. Hex color #BC947F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC947F is #436B80. Grayscale: #9D9D9D. Windows color (decimal): -4418433 or 8361148. OLE color: 8361148.

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

Color convert

RGB 188 148 127 -
CMYK 0 0.21 0.32 0.26
HSL 20.66º 0.31% 0.62% -
HSV(B) 20.66º 0.32% 0.74% -
XYZ 35.16 33.4 24.67 -
YUV 157.57 110.75 149.71 -
System Red Green Blue C M Y K H S L
Decimal 188 148 127 0 0.21 0.32 0.26 20.66 0.31 0.62
Hex BC 94 7F 0 15 20 1A 15 1F 3E
Octal 274 224 177 0 25 40 32 25 37 76
Binary 10111100 10010100 1111111 0 10101 100000 11010 10101 11111 111110

Color Harmonies of #BC947F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC947F

Black with #BC947F

Text Example


Text Example

White with #BC947F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC947F; }

 p { color: rgb(188,148,127); }

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

background-color css

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

 a { background-color: rgb(188,148,127); }

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

border-color css

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

 span { border-color: rgb(188,148,127); }

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