Html Css Color HEX #BC9677 Pale Taupe

📋 copy color: '#BC9677'

red 188 ◦ green 150 ◦ blue 119

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

Shades of Pale Taupe #BC9677

Tints of Pale Taupe #BC9677

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 26.04%

R = 41.14%
G = 32.82%
B = 26.04%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.37

 K value IS 0.26

RGB Variations

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

Color information

#BC9677 (or 0xBC9677) is known color: Pale Taupe. HEX triplet: BC, 96 and 77. RGB value is (188,150,119). Sum of RGB (Red+Green+Blue) = 188+150+119=457 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.14% from 457); Green value is 150 (58.98% from 255 or 32.82% from 457); Blue value is 119 (46.88% from 255 or 26.04% from 457); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9677 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC9677 is #436988. Grayscale: #9D9D9D. Windows color (decimal): -4417929 or 7837372. OLE color: 7837372.

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

Color convert

RGB 188 150 119 -
CMYK 0 0.20 0.37 0.26
HSL 26.96º 0.34% 0.6% -
HSV(B) 26.96º 0.37% 0.74% -
XYZ 34.98 33.84 22.14 -
YUV 157.83 106.09 149.52 -
System Red Green Blue C M Y K H S L
Decimal 188 150 119 0 0.20 0.37 0.26 26.96 0.34 0.6
Hex BC 96 77 0 14 25 1A 1B 22 3C
Octal 274 226 167 0 24 45 32 33 42 74
Binary 10111100 10010110 1110111 0 10100 100101 11010 11011 100010 111100

Color Harmonies of #BC9677

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9677

Black with #BC9677

Text Example


Text Example

White with #BC9677

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9677; }

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

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

background-color css

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

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

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

border-color css

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

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

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