Html Css Color HEX #BC9578 Pale Taupe

📋 copy color: '#BC9578'

red 188 ◦ green 149 ◦ blue 120

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

Shades of Pale Taupe #BC9578

Tints of Pale Taupe #BC9578

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 26.26%

R = 41.14%
G = 32.6%
B = 26.26%

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

#BC9578 (or 0xBC9578) is known color: Pale Taupe. HEX triplet: BC, 95 and 78. RGB value is (188,149,120). Sum of RGB (Red+Green+Blue) = 188+149+120=457 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.14% from 457); Green value is 149 (58.59% from 255 or 32.60% from 457); Blue value is 120 (47.27% from 255 or 26.26% from 457); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9578 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC9578 is #436A87. Grayscale: #9D9D9D. Windows color (decimal): -4418184 or 7902652. OLE color: 7902652.

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

Color convert

RGB 188 149 120 -
CMYK 0 0.21 0.36 0.26
HSL 25.59º 0.34% 0.6% -
HSV(B) 25.59º 0.36% 0.74% -
XYZ 34.88 33.54 22.41 -
YUV 157.36 106.92 149.86 -
System Red Green Blue C M Y K H S L
Decimal 188 149 120 0 0.21 0.36 0.26 25.59 0.34 0.6
Hex BC 95 78 0 15 24 1A 1A 22 3C
Octal 274 225 170 0 25 44 32 32 42 74
Binary 10111100 10010101 1111000 0 10101 100100 11010 11010 100010 111100

Color Harmonies of #BC9578

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9578

Black with #BC9578

Text Example


Text Example

White with #BC9578

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9578; }

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

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

background-color css

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

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

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

border-color css

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

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

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