#B69A75

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

Shades of Fallow #B69A75

Tints of Fallow #B69A75

Color information

#B69A75 (or 0xB69A75) is unknown color: approx Fallow. HEX triplet: B6, 9A and 75. RGB value is (182,154,117). Sum of RGB (Red+Green+Blue) = 182+154+117=453 (60% of max value = 765). Red value is 182 (71.48% from 255 or 40.18% from 453); Green value is 154 (60.55% from 255 or 34.00% from 453); Blue value is 117 (46.09% from 255 or 25.83% from 453); Max value from RGB is 182 - color contains mainly: red. Hex color #B69A75 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B69A75 is #49658A. Grayscale: #9E9E9E. Windows color (decimal): -4810123 or 7707318. OLE color: 7707318.

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

Color convert

RGB182154117-
CMYK00.150.360.29
HSL34.15º30.81%58.63%-
HSV(B)34.15º35.71%71.37%-
XYZ34.0634.3421.66-
YUV158.15104.78145.01-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 40.18%
GREEN value IS 154 (60.55% from 255) = 34.00%
BLUE value IS 117 (46.09% from 255) = 25.83%
R=40.18%
G=34.00%
B=25.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.36
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18215411700.150.360.2934.1530.8158.63
HexB69A750F241D221f3b
Octal2662321650174435423773
Binary10110110100110101110101011111001001110110001011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B69A75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B69A75; }

 p { color: rgb(182,154,117); }

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

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

 a { background-color: rgb(182,154,117); }

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

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

 span { border-color: rgb(182,154,117); }

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