Html Css Color HEX #BC9675 Pale Taupe

📋 copy color: '#BC9675'

red 188 ◦ green 150 ◦ blue 117

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

Shades of Pale Taupe #BC9675

Tints of Pale Taupe #BC9675

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 25.71%

R = 41.32%
G = 32.97%
B = 25.71%

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

#BC9675 (or 0xBC9675) is known color: Pale Taupe. HEX triplet: BC, 96 and 75. RGB value is (188,150,117). Sum of RGB (Red+Green+Blue) = 188+150+117=455 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.32% from 455); Green value is 150 (58.98% from 255 or 32.97% from 455); Blue value is 117 (46.09% from 255 or 25.71% from 455); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9675 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC9675 is #43698A. Grayscale: #9D9D9D. Windows color (decimal): -4417931 or 7706300. OLE color: 7706300.

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

Color convert

RGB 188 150 117 -
CMYK 0 0.20 0.38 0.26
HSL 27.89º 0.35% 0.6% -
HSV(B) 27.89º 0.38% 0.74% -
XYZ 34.86 33.79 21.51 -
YUV 157.6 105.09 149.68 -
System Red Green Blue C M Y K H S L
Decimal 188 150 117 0 0.20 0.38 0.26 27.89 0.35 0.6
Hex BC 96 75 0 14 26 1A 1C 23 3C
Octal 274 226 165 0 24 46 32 34 43 74
Binary 10111100 10010110 1110101 0 10100 100110 11010 11100 100011 111100

Color Harmonies of #BC9675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9675

Black with #BC9675

Text Example


Text Example

White with #BC9675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9675; }

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

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

background-color css

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

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

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

border-color css

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

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

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