Html Css Color HEX #BC9379 Pale Taupe

📋 copy color: '#BC9379'

red 188 ◦ green 147 ◦ blue 121

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

Shades of Pale Taupe #BC9379

Tints of Pale Taupe #BC9379

RGB

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

 GREEN value IS 147 (57.81% from 255) = 32.24%

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

R = 41.23%
G = 32.24%
B = 26.54%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.36

 K value IS 0.26

RGB Variations

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

Color information

#BC9379 (or 0xBC9379) is known color: Pale Taupe. HEX triplet: BC, 93 and 79. RGB value is (188,147,121). Sum of RGB (Red+Green+Blue) = 188+147+121=456 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.23% from 456); Green value is 147 (57.81% from 255 or 32.24% from 456); Blue value is 121 (47.66% from 255 or 26.54% from 456); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9379 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC9379 is #436C86. Grayscale: #9C9C9C. Windows color (decimal): -4418695 or 7967676. OLE color: 7967676.

HSL color Cylindrical-coordinate representation of color #BC9379: hue angle of 23.28º 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 #BC9379 is Cyan = 0, Magento = 0.22, Yellow = 0.36 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 147 121 -
CMYK 0 0.22 0.36 0.26
HSL 23.28º 0.33% 0.61% -
HSV(B) 23.28º 0.36% 0.74% -
XYZ 34.62 32.94 22.62 -
YUV 156.3 108.08 150.61 -
System Red Green Blue C M Y K H S L
Decimal 188 147 121 0 0.22 0.36 0.26 23.28 0.33 0.61
Hex BC 93 79 0 16 24 1A 17 21 3D
Octal 274 223 171 0 26 44 32 27 41 75
Binary 10111100 10010011 1111001 0 10110 100100 11010 10111 100001 111101

Color Harmonies of #BC9379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9379

Black with #BC9379

Text Example


Text Example

White with #BC9379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9379; }

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

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

background-color css

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

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

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

border-color css

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

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

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