Html Css Color HEX #BC9674 Pale Taupe

📋 copy color: '#BC9674'

red 188 ◦ green 150 ◦ blue 116

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

Shades of Pale Taupe #BC9674

Tints of Pale Taupe #BC9674

RGB

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

 GREEN value IS 150 (58.98% from 255) = 33.04%

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

R = 41.41%
G = 33.04%
B = 25.55%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.38

 K value IS 0.26

RGB Variations

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

Color information

#BC9674 (or 0xBC9674) is known color: Pale Taupe. HEX triplet: BC, 96 and 74. RGB value is (188,150,116). Sum of RGB (Red+Green+Blue) = 188+150+116=454 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.41% from 454); Green value is 150 (58.98% from 255 or 33.04% from 454); Blue value is 116 (45.70% from 255 or 25.55% from 454); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9674 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC9674 is #43698B. Grayscale: #9D9D9D. Windows color (decimal): -4417932 or 7640764. OLE color: 7640764.

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

Color convert

RGB 188 150 116 -
CMYK 0 0.20 0.38 0.26
HSL 28.33º 0.35% 0.6% -
HSV(B) 28.33º 0.38% 0.74% -
XYZ 34.8 33.77 21.21 -
YUV 157.49 104.59 149.76 -
System Red Green Blue C M Y K H S L
Decimal 188 150 116 0 0.20 0.38 0.26 28.33 0.35 0.6
Hex BC 96 74 0 14 26 1A 1C 23 3C
Octal 274 226 164 0 24 46 32 34 43 74
Binary 10111100 10010110 1110100 0 10100 100110 11010 11100 100011 111100

Color Harmonies of #BC9674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9674

Black with #BC9674

Text Example


Text Example

White with #BC9674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9674; }

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

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

background-color css

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

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

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

border-color css

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

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

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