#b69e73

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

Shades of Fallow #B69E73

Tints of Fallow #B69E73

Color information

#B69E73 (or 0xB69E73) is unknown color: approx Fallow. HEX triplet: B6, 9E and 73. RGB value is (182,158,115). Sum of RGB (Red+Green+Blue) = 182+158+115=455 (60% of max value = 765). Red value is 182 (71.48% from 255 or 40% from 455); Green value is 158 (62.11% from 255 or 34.73% from 455); Blue value is 115 (45.31% from 255 or 25.27% from 455); Max value from RGB is 182 - color contains mainly: red. Hex color #B69E73 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B69E73 is #49618C. Grayscale: #A0A0A0. Windows color (decimal): -4809101 or 7577270. OLE color: 7577270.

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

Color convert

RGB182158115-
CMYK00.130.370.29
HSL38.51º31.46%58.24%-
HSV(B)38.51º36.81%71.37%-
XYZ34.6135.6421.27-
YUV160.27102.45143.5-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 40%
GREEN value IS 158 (62.11% from 255) = 34.73%
BLUE value IS 115 (45.31% from 255) = 25.27%
R=40%
G=34.73%
B=25.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.37
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18215811500.130.370.2938.5131.4658.24
HexB69E730D251D271f3a
Octal2662361630154535473772
Binary10110110100111101110011011011001011110110011111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b69e73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b69e73; }

 p { color: rgb(182,158,115); }

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

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

 a { background-color: rgb(182,158,115); }

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

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

 span { border-color: rgb(182,158,115); }

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