Html Css Color HEX #BC947A Pale Taupe

📋 copy color: '#BC947A'

red 188 ◦ green 148 ◦ blue 122

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

Shades of Pale Taupe #BC947A

Tints of Pale Taupe #BC947A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 26.64%

R = 41.05%
G = 32.31%
B = 26.64%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.35

 K value IS 0.26

RGB Variations

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

Color information

#BC947A (or 0xBC947A) is known color: Pale Taupe. HEX triplet: BC, 94 and 7A. RGB value is (188,148,122). Sum of RGB (Red+Green+Blue) = 188+148+122=458 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.05% from 458); Green value is 148 (58.20% from 255 or 32.31% from 458); Blue value is 122 (48.05% from 255 or 26.64% from 458); Max value from RGB is 188 - color contains mainly: red. Hex color #BC947A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC947A is #436B85. Grayscale: #9D9D9D. Windows color (decimal): -4418438 or 8033468. OLE color: 8033468.

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

Color convert

RGB 188 148 122 -
CMYK 0 0.21 0.35 0.26
HSL 23.64º 0.33% 0.61% -
HSV(B) 23.64º 0.35% 0.74% -
XYZ 34.84 33.28 23 -
YUV 157 108.25 150.11 -
System Red Green Blue C M Y K H S L
Decimal 188 148 122 0 0.21 0.35 0.26 23.64 0.33 0.61
Hex BC 94 7A 0 15 23 1A 18 21 3D
Octal 274 224 172 0 25 43 32 30 41 75
Binary 10111100 10010100 1111010 0 10101 100011 11010 11000 100001 111101

Color Harmonies of #BC947A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC947A

Black with #BC947A

Text Example


Text Example

White with #BC947A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC947A; }

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

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

background-color css

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

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

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

border-color css

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

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

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