#B69B7A

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

Shades of Pale Taupe #B69B7A

Tints of Pale Taupe #B69B7A

Color information

#B69B7A (or 0xB69B7A) is unknown color: approx Pale Taupe. HEX triplet: B6, 9B and 7A. RGB value is (182,155,122). Sum of RGB (Red+Green+Blue) = 182+155+122=459 (60% of max value = 765). Red value is 182 (71.48% from 255 or 39.65% from 459); Green value is 155 (60.94% from 255 or 33.77% from 459); Blue value is 122 (48.05% from 255 or 26.58% from 459); Max value from RGB is 182 - color contains mainly: red. Hex color #B69B7A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B69B7A is #496485. Grayscale: #9F9F9F. Windows color (decimal): -4809862 or 8035254. OLE color: 8035254.

HSL color Cylindrical-coordinate representation of color #B69B7A: hue angle of 33º 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 #B69B7A is Cyan = 0, Magento = 0.15, Yellow = 0.33 and Black (K on CMYK) = 0.29.

Color convert

RGB182155122-
CMYK00.150.330.29
HSL33º29.13%59.61%-
HSV(B)33º32.97%71.37%-
XYZ34.5334.7923.31-
YUV159.31106.95144.18-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 39.65%
GREEN value IS 155 (60.94% from 255) = 33.77%
BLUE value IS 122 (48.05% from 255) = 26.58%
R=39.65%
G=33.77%
B=26.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.33
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18215512200.150.330.293329.1359.61
HexB69B7A0F211D211d3c
Octal2662331720174135413574
Binary10110110100110111111010011111000011110110000111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B69B7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B69B7A; }

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

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

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

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

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

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

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

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