Html Css Color HEX #BCA080 Pale Taupe

📋 copy color: '#BCA080'

red 188 ◦ green 160 ◦ blue 128

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

Shades of Pale Taupe #BCA080

Tints of Pale Taupe #BCA080

RGB

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

 GREEN value IS 160 (62.89% from 255) = 33.61%

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

R = 39.5%
G = 33.61%
B = 26.89%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.32

 K value IS 0.26

RGB Variations

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

Color information

#BCA080 (or 0xBCA080) is known color: Pale Taupe. HEX triplet: BC, A0 and 80. RGB value is (188,160,128). Sum of RGB (Red+Green+Blue) = 188+160+128=476 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.50% from 476); Green value is 160 (62.89% from 255 or 33.61% from 476); Blue value is 128 (50.39% from 255 or 26.89% from 476); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA080 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCA080 is #435F7F. Grayscale: #A4A4A4. Windows color (decimal): -4415360 or 8429756. OLE color: 8429756.

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

Color convert

RGB 188 160 128 -
CMYK 0 0.15 0.32 0.26
HSL 32º 0.31% 0.62% -
HSV(B) 32º 0.32% 0.74% -
XYZ 37.21 37.39 25.68 -
YUV 164.72 107.28 144.6 -
System Red Green Blue C M Y K H S L
Decimal 188 160 128 0 0.15 0.32 0.26 32 0.31 0.62
Hex BC A0 80 0 F 20 1A 20 1F 3E
Octal 274 240 200 0 17 40 32 40 37 76
Binary 10111100 10100000 10000000 0 1111 100000 11010 100000 11111 111110

Color Harmonies of #BCA080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA080

Black with #BCA080

Text Example


Text Example

White with #BCA080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA080; }

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

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

background-color css

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

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

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

border-color css

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

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

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