Html Css Color HEX #BC9E7C Pale Taupe

📋 copy color: '#BC9E7C'

red 188 ◦ green 158 ◦ blue 124

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

Shades of Pale Taupe #BC9E7C

Tints of Pale Taupe #BC9E7C

RGB

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

 GREEN value IS 158 (62.11% from 255) = 33.62%

 BLUE value IS 124 (48.83% from 255) = 26.38%

R = 40%
G = 33.62%
B = 26.38%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.34

 K value IS 0.26

RGB Variations

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

Color information

#BC9E7C (or 0xBC9E7C) is known color: Pale Taupe. HEX triplet: BC, 9E and 7C. RGB value is (188,158,124). Sum of RGB (Red+Green+Blue) = 188+158+124=470 (62% of max value = 765). Red value is 188 (73.83% from 255 or 40% from 470); Green value is 158 (62.11% from 255 or 33.62% from 470); Blue value is 124 (48.83% from 255 or 26.38% from 470); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9E7C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC9E7C is #436183. Grayscale: #A3A3A3. Windows color (decimal): -4415876 or 8167100. OLE color: 8167100.

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

Color convert

RGB 188 158 124 -
CMYK 0 0.16 0.34 0.26
HSL 31.88º 0.32% 0.61% -
HSV(B) 31.88º 0.34% 0.74% -
XYZ 36.6 36.6 24.2 -
YUV 163.09 105.94 145.76 -
System Red Green Blue C M Y K H S L
Decimal 188 158 124 0 0.16 0.34 0.26 31.88 0.32 0.61
Hex BC 9E 7C 0 10 22 1A 20 20 3D
Octal 274 236 174 0 20 42 32 40 40 75
Binary 10111100 10011110 1111100 0 10000 100010 11010 100000 100000 111101

Color Harmonies of #BC9E7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9E7C

Black with #BC9E7C

Text Example


Text Example

White with #BC9E7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9E7C; }

 p { color: rgb(188,158,124); }

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

background-color css

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

 a { background-color: rgb(188,158,124); }

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

border-color css

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

 span { border-color: rgb(188,158,124); }

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