#BD967B

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

Shades of Pale Taupe #BD967B

Tints of Pale Taupe #BD967B

Color information

#BD967B (or 0xBD967B) is unknown color: approx Pale Taupe. HEX triplet: BD, 96 and 7B. RGB value is (189,150,123). Sum of RGB (Red+Green+Blue) = 189+150+123=462 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.91% from 462); Green value is 150 (58.98% from 255 or 32.47% from 462); Blue value is 123 (48.44% from 255 or 26.62% from 462); Max value from RGB is 189 - color contains mainly: red. Hex color #BD967B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD967B is #426984. Grayscale: #9E9E9E. Windows color (decimal): -4352389 or 8099517. OLE color: 8099517.

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

Color convert

RGB189150123-
CMYK00.210.350.26
HSL24.55º33.33%61.18%-
HSV(B)24.55º34.92%74.12%-
XYZ35.4734.0623.44-
YUV158.58107.92149.7-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 40.91%
GREEN value IS 150 (58.98% from 255) = 32.47%
BLUE value IS 123 (48.44% from 255) = 26.62%
R=40.91%
G=32.47%
B=26.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.35
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18915012300.210.350.2624.5533.3361.18
HexBD967B015231A19213d
Octal2752261730254332314175
Binary101111011001011011110110101011000111101011001100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD967B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD967B; }

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

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

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

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

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

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

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

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