#BD8F7B

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

Shades of Pale Taupe #BD8F7B

Tints of Pale Taupe #BD8F7B

Color information

#BD8F7B (or 0xBD8F7B) is unknown color: approx Pale Taupe. HEX triplet: BD, 8F and 7B. RGB value is (189,143,123). Sum of RGB (Red+Green+Blue) = 189+143+123=455 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.54% from 455); Green value is 143 (56.25% from 255 or 31.43% from 455); Blue value is 123 (48.44% from 255 or 27.03% from 455); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8F7B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD8F7B is #427084. Grayscale: #9A9A9A. Windows color (decimal): -4354181 or 8097725. OLE color: 8097725.

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

Color convert

RGB189143123-
CMYK00.240.350.26
HSL18.18º33.33%61.18%-
HSV(B)18.18º34.92%74.12%-
XYZ34.3831.8923.08-
YUV154.47110.24152.63-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 41.54%
GREEN value IS 143 (56.25% from 255) = 31.43%
BLUE value IS 123 (48.44% from 255) = 27.03%
R=41.54%
G=31.43%
B=27.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.35
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18914312300.240.350.2618.1833.3361.18
HexBD8F7B018231A12213d
Octal2752171730304332224175
Binary101111011000111111110110110001000111101010010100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD8F7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD8F7B; }

 p { color: rgb(189,143,123); }

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

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

 a { background-color: rgb(189,143,123); }

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

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

 span { border-color: rgb(189,143,123); }

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