Html Css Color HEX #BC9C80 Pale Taupe

📋 copy color: '#BC9C80'

red 188 ◦ green 156 ◦ blue 128

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

Shades of Pale Taupe #BC9C80

Tints of Pale Taupe #BC9C80

RGB

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

 GREEN value IS 156 (61.33% from 255) = 33.05%

 BLUE value IS 128 (50.39% from 255) = 27.12%

R = 39.83%
G = 33.05%
B = 27.12%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.32

 K value IS 0.26

RGB Variations

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

Color information

#BC9C80 (or 0xBC9C80) is known color: Pale Taupe. HEX triplet: BC, 9C and 80. RGB value is (188,156,128). Sum of RGB (Red+Green+Blue) = 188+156+128=472 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.83% from 472); Green value is 156 (61.33% from 255 or 33.05% from 472); Blue value is 128 (50.39% from 255 or 27.12% from 472); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9C80 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC9C80 is #43637F. Grayscale: #A2A2A2. Windows color (decimal): -4416384 or 8428732. OLE color: 8428732.

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

Color convert

RGB 188 156 128 -
CMYK 0 0.17 0.32 0.26
HSL 28º 0.31% 0.62% -
HSV(B) 28º 0.32% 0.74% -
XYZ 36.52 36.03 25.45 -
YUV 162.38 108.6 146.28 -
System Red Green Blue C M Y K H S L
Decimal 188 156 128 0 0.17 0.32 0.26 28 0.31 0.62
Hex BC 9C 80 0 11 20 1A 1C 1F 3E
Octal 274 234 200 0 21 40 32 34 37 76
Binary 10111100 10011100 10000000 0 10001 100000 11010 11100 11111 111110

Color Harmonies of #BC9C80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9C80

Black with #BC9C80

Text Example


Text Example

White with #BC9C80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9C80; }

 p { color: rgb(188,156,128); }

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

background-color css

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

 a { background-color: rgb(188,156,128); }

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

border-color css

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

 span { border-color: rgb(188,156,128); }

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