#B69C7A

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

Shades of Pale Taupe #B69C7A

Tints of Pale Taupe #B69C7A

Color information

#B69C7A (or 0xB69C7A) is unknown color: approx Pale Taupe. HEX triplet: B6, 9C and 7A. RGB value is (182,156,122). Sum of RGB (Red+Green+Blue) = 182+156+122=460 (60% of max value = 765). Red value is 182 (71.48% from 255 or 39.57% from 460); Green value is 156 (61.33% from 255 or 33.91% from 460); Blue value is 122 (48.05% from 255 or 26.52% from 460); Max value from RGB is 182 - color contains mainly: red. Hex color #B69C7A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B69C7A is #496385. Grayscale: #A0A0A0. Windows color (decimal): -4809606 or 8035510. OLE color: 8035510.

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

Color convert

RGB182156122-
CMYK00.140.330.29
HSL34º29.13%59.61%-
HSV(B)34º32.97%71.37%-
XYZ34.6935.1323.36-
YUV159.9106.61143.76-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 39.57%
GREEN value IS 156 (61.33% from 255) = 33.91%
BLUE value IS 122 (48.05% from 255) = 26.52%
R=39.57%
G=33.91%
B=26.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.33
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18215612200.140.330.293429.1359.61
HexB69C7A0E211D221d3c
Octal2662341720164135423574
Binary10110110100111001111010011101000011110110001011101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B69C7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B69C7A; }

 p { color: rgb(182,156,122); }

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

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

 a { background-color: rgb(182,156,122); }

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

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

 span { border-color: rgb(182,156,122); }

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