#B69F7E

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

Shades of Pale Taupe #B69F7E

Tints of Pale Taupe #B69F7E

Color information

#B69F7E (or 0xB69F7E) is unknown color: approx Pale Taupe. HEX triplet: B6, 9F and 7E. RGB value is (182,159,126). Sum of RGB (Red+Green+Blue) = 182+159+126=467 (61% of max value = 765). Red value is 182 (71.48% from 255 or 38.97% from 467); Green value is 159 (62.5% from 255 or 34.05% from 467); Blue value is 126 (49.61% from 255 or 26.98% from 467); Max value from RGB is 182 - color contains mainly: red. Hex color #B69F7E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B69F7E is #496081. Grayscale: #A2A2A2. Windows color (decimal): -4808834 or 8298422. OLE color: 8298422.

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

Color convert

RGB182159126-
CMYK00.130.310.29
HSL35.36º27.72%60.39%-
HSV(B)35.36º30.77%71.37%-
XYZ35.4636.2524.87-
YUV162.12107.62142.18-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 38.97%
GREEN value IS 159 (62.5% from 255) = 34.05%
BLUE value IS 126 (49.61% from 255) = 26.98%
R=38.97%
G=34.05%
B=26.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.31
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18215912600.130.310.2935.3627.7260.39
HexB69F7E0D1F1D231c3c
Octal2662371760153735433474
Binary1011011010011111111111001101111111110110001111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B69F7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B69F7E; }

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

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

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

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

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

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

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

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