Html Css Color HEX #BC9579 Pale Taupe

📋 copy color: '#BC9579'

red 188 ◦ green 149 ◦ blue 121

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

Shades of Pale Taupe #BC9579

Tints of Pale Taupe #BC9579

RGB

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

 GREEN value IS 149 (58.59% from 255) = 32.53%

 BLUE value IS 121 (47.66% from 255) = 26.42%

R = 41.05%
G = 32.53%
B = 26.42%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.36

 K value IS 0.26

RGB Variations

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

Color information

#BC9579 (or 0xBC9579) is known color: Pale Taupe. HEX triplet: BC, 95 and 79. RGB value is (188,149,121). Sum of RGB (Red+Green+Blue) = 188+149+121=458 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.05% from 458); Green value is 149 (58.59% from 255 or 32.53% from 458); Blue value is 121 (47.66% from 255 or 26.42% from 458); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9579 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC9579 is #436A86. Grayscale: #9D9D9D. Windows color (decimal): -4418183 or 7968188. OLE color: 7968188.

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

Color convert

RGB 188 149 121 -
CMYK 0 0.21 0.36 0.26
HSL 25.07º 0.33% 0.61% -
HSV(B) 25.07º 0.36% 0.74% -
XYZ 34.94 33.57 22.73 -
YUV 157.47 107.42 149.78 -
System Red Green Blue C M Y K H S L
Decimal 188 149 121 0 0.21 0.36 0.26 25.07 0.33 0.61
Hex BC 95 79 0 15 24 1A 19 21 3D
Octal 274 225 171 0 25 44 32 31 41 75
Binary 10111100 10010101 1111001 0 10101 100100 11010 11001 100001 111101

Color Harmonies of #BC9579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9579

Black with #BC9579

Text Example


Text Example

White with #BC9579

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9579; }

 p { color: rgb(188,149,121); }

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

background-color css

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

 a { background-color: rgb(188,149,121); }

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

border-color css

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

 span { border-color: rgb(188,149,121); }

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