#B69F75

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

Shades of Fallow #B69F75

Tints of Fallow #B69F75

Color information

#B69F75 (or 0xB69F75) is unknown color: approx Fallow. HEX triplet: B6, 9F and 75. RGB value is (182,159,117). Sum of RGB (Red+Green+Blue) = 182+159+117=458 (60% of max value = 765). Red value is 182 (71.48% from 255 or 39.74% from 458); Green value is 159 (62.5% from 255 or 34.72% from 458); Blue value is 117 (46.09% from 255 or 25.55% from 458); Max value from RGB is 182 - color contains mainly: red. Hex color #B69F75 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B69F75 is #49608A. Grayscale: #A1A1A1. Windows color (decimal): -4808843 or 7708598. OLE color: 7708598.

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

Color convert

RGB182159117-
CMYK00.130.360.29
HSL38.77º30.81%58.63%-
HSV(B)38.77º35.71%71.37%-
XYZ34.936.0321.94-
YUV161.09103.12142.92-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 39.74%
GREEN value IS 159 (62.5% from 255) = 34.72%
BLUE value IS 117 (46.09% from 255) = 25.55%
R=39.74%
G=34.72%
B=25.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.36
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18215911700.130.360.2938.7730.8158.63
HexB69F750D241D271f3b
Octal2662371650154435473773
Binary10110110100111111110101011011001001110110011111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B69F75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B69F75; }

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

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

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

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

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

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

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

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