#BC9B7B

Color #BC9B7B Pale Taupe (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Taupe #BC9B7B

Tints of Pale Taupe #BC9B7B

Color information

#BC9B7B (or 0xBC9B7B) is unknown color: approx Pale Taupe. HEX triplet: BC, 9B and 7B. RGB value is (188,155,123). Sum of RGB (Red+Green+Blue) = 188+155+123=466 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.34% from 466); Green value is 155 (60.94% from 255 or 33.26% from 466); Blue value is 123 (48.44% from 255 or 26.39% from 466); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9B7B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC9B7B is #436484. Grayscale: #A1A1A1. Windows color (decimal): -4416645 or 8100796. OLE color: 8100796.

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

Color convert

RGB188155123-
CMYK00.180.350.26
HSL29.54º32.66%60.98%-
HSV(B)29.54º34.57%73.73%-
XYZ36.0435.5623.7-
YUV161.22106.43147.1-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 40.34%
GREEN value IS 155 (60.94% from 255) = 33.26%
BLUE value IS 123 (48.44% from 255) = 26.39%
R=40.34%
G=33.26%
B=26.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.35
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18815512300.180.350.2629.5432.6660.98
HexBC9B7B012231A1e213d
Octal2742331730224332364175
Binary101111001001101111110110100101000111101011110100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC9B7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC9B7B; }

 p { color: rgb(188,155,123); }

 H1.HeaderClassName
 {
   color: #BC9B7B;
 }
 .AnyTagClassName
 {
   color: #BC9B7B;
 }
</style>
background-color css

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

 a { background-color: rgb(188,155,123); }

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

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

 span { border-color: rgb(188,155,123); }

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