Html Css Color HEX #BC9A80 Pale Taupe

📋 copy color: '#BC9A80'

red 188 ◦ green 154 ◦ blue 128

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

Shades of Pale Taupe #BC9A80

Tints of Pale Taupe #BC9A80

RGB

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

 GREEN value IS 154 (60.55% from 255) = 32.77%

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

R = 40%
G = 32.77%
B = 27.23%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.32

 K value IS 0.26

RGB Variations

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

Color information

#BC9A80 (or 0xBC9A80) is known color: Pale Taupe. HEX triplet: BC, 9A and 80. RGB value is (188,154,128). Sum of RGB (Red+Green+Blue) = 188+154+128=470 (62% of max value = 765). Red value is 188 (73.83% from 255 or 40% from 470); Green value is 154 (60.55% from 255 or 32.77% from 470); Blue value is 128 (50.39% from 255 or 27.23% from 470); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9A80 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC9A80 is #43657F. Grayscale: #A1A1A1. Windows color (decimal): -4416896 or 8428220. OLE color: 8428220.

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

Color convert

RGB 188 154 128 -
CMYK 0 0.18 0.32 0.26
HSL 26º 0.31% 0.62% -
HSV(B) 26º 0.32% 0.74% -
XYZ 36.19 35.36 25.34 -
YUV 161.2 109.26 147.11 -
System Red Green Blue C M Y K H S L
Decimal 188 154 128 0 0.18 0.32 0.26 26 0.31 0.62
Hex BC 9A 80 0 12 20 1A 1A 1F 3E
Octal 274 232 200 0 22 40 32 32 37 76
Binary 10111100 10011010 10000000 0 10010 100000 11010 11010 11111 111110

Color Harmonies of #BC9A80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9A80

Black with #BC9A80

Text Example


Text Example

White with #BC9A80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9A80; }

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

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

background-color css

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

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

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

border-color css

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

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

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