Html Css Color HEX #BC9473 Pale Taupe

📋 copy color: '#BC9473'

red 188 ◦ green 148 ◦ blue 115

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

Shades of Pale Taupe #BC9473

Tints of Pale Taupe #BC9473

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 25.5%

R = 41.69%
G = 32.82%
B = 25.5%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.39

 K value IS 0.26

RGB Variations

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

Color information

#BC9473 (or 0xBC9473) is known color: Pale Taupe. HEX triplet: BC, 94 and 73. RGB value is (188,148,115). Sum of RGB (Red+Green+Blue) = 188+148+115=451 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.69% from 451); Green value is 148 (58.20% from 255 or 32.82% from 451); Blue value is 115 (45.31% from 255 or 25.50% from 451); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9473 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC9473 is #436B8C. Grayscale: #9C9C9C. Windows color (decimal): -4418445 or 7574716. OLE color: 7574716.

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

Color convert

RGB 188 148 115 -
CMYK 0 0.21 0.39 0.26
HSL 27.12º 0.35% 0.59% -
HSV(B) 27.12º 0.39% 0.74% -
XYZ 34.42 33.11 20.8 -
YUV 156.2 104.75 150.68 -
System Red Green Blue C M Y K H S L
Decimal 188 148 115 0 0.21 0.39 0.26 27.12 0.35 0.59
Hex BC 94 73 0 15 27 1A 1B 23 3B
Octal 274 224 163 0 25 47 32 33 43 73
Binary 10111100 10010100 1110011 0 10101 100111 11010 11011 100011 111011

Color Harmonies of #BC9473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9473

Black with #BC9473

Text Example


Text Example

White with #BC9473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9473; }

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

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

background-color css

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

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

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

border-color css

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

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

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