#B69F8A

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

Shades of Pale Taupe #B69F8A

Tints of Pale Taupe #B69F8A

Color information

#B69F8A (or 0xB69F8A) is unknown color: approx Pale Taupe. HEX triplet: B6, 9F and 8A. RGB value is (182,159,138). Sum of RGB (Red+Green+Blue) = 182+159+138=479 (63% of max value = 765). Red value is 182 (71.48% from 255 or 38.00% from 479); Green value is 159 (62.5% from 255 or 33.19% from 479); Blue value is 138 (54.30% from 255 or 28.81% from 479); Max value from RGB is 182 - color contains mainly: red. Hex color #B69F8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B69F8A is #496075. Grayscale: #A3A3A3. Windows color (decimal): -4808822 or 9084854. OLE color: 9084854.

HSL color Cylindrical-coordinate representation of color #B69F8A: hue angle of 28.64º degrees, saturation: 0.23, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B69F8A is Cyan = 0, Magento = 0.13, Yellow = 0.24 and Black (K on CMYK) = 0.29.

Color convert

RGB182159138-
CMYK00.130.240.29
HSL28.64º23.16%62.75%-
HSV(B)28.64º24.18%71.37%-
XYZ36.2836.5829.19-
YUV163.48113.62141.21-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 38.00%
GREEN value IS 159 (62.5% from 255) = 33.19%
BLUE value IS 138 (54.30% from 255) = 28.81%
R=38.00%
G=33.19%
B=28.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.24
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18215913800.130.240.2928.6423.1662.75
HexB69F8A0D181D1d173f
Octal2662372120153035352777
Binary1011011010011111100010100110111000111011110110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B69F8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B69F8A; }

 p { color: rgb(182,159,138); }

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

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

 a { background-color: rgb(182,159,138); }

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

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

 span { border-color: rgb(182,159,138); }

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