Html Css Color HEX #BC9574 Pale Taupe

📋 copy color: '#BC9574'

red 188 ◦ green 149 ◦ blue 116

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

Shades of Pale Taupe #BC9574

Tints of Pale Taupe #BC9574

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 25.61%

R = 41.5%
G = 32.89%
B = 25.61%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.38

 K value IS 0.26

RGB Variations

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

Color information

#BC9574 (or 0xBC9574) is known color: Pale Taupe. HEX triplet: BC, 95 and 74. RGB value is (188,149,116). Sum of RGB (Red+Green+Blue) = 188+149+116=453 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.50% from 453); Green value is 149 (58.59% from 255 or 32.89% from 453); Blue value is 116 (45.70% from 255 or 25.61% from 453); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9574 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC9574 is #436A8B. Grayscale: #9D9D9D. Windows color (decimal): -4418188 or 7640508. OLE color: 7640508.

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

Color convert

RGB 188 149 116 -
CMYK 0 0.21 0.38 0.26
HSL 27.5º 0.35% 0.6% -
HSV(B) 27.5º 0.38% 0.74% -
XYZ 34.64 33.45 21.15 -
YUV 156.9 104.92 150.18 -
System Red Green Blue C M Y K H S L
Decimal 188 149 116 0 0.21 0.38 0.26 27.5 0.35 0.6
Hex BC 95 74 0 15 26 1A 1C 23 3C
Octal 274 225 164 0 25 46 32 34 43 74
Binary 10111100 10010101 1110100 0 10101 100110 11010 11100 100011 111100

Color Harmonies of #BC9574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9574

Black with #BC9574

Text Example


Text Example

White with #BC9574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9574; }

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

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

background-color css

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

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

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

border-color css

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

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

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