#B69D74

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

Shades of Fallow #B69D74

Tints of Fallow #B69D74

Color information

#B69D74 (or 0xB69D74) is unknown color: approx Fallow. HEX triplet: B6, 9D and 74. RGB value is (182,157,116). Sum of RGB (Red+Green+Blue) = 182+157+116=455 (60% of max value = 765). Red value is 182 (71.48% from 255 or 40% from 455); Green value is 157 (61.72% from 255 or 34.51% from 455); Blue value is 116 (45.70% from 255 or 25.49% from 455); Max value from RGB is 182 - color contains mainly: red. Hex color #B69D74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B69D74 is #49628B. Grayscale: #9F9F9F. Windows color (decimal): -4809356 or 7642550. OLE color: 7642550.

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

Color convert

RGB182157116-
CMYK00.140.360.29
HSL37.27º31.13%58.43%-
HSV(B)37.27º36.26%71.37%-
XYZ34.535.3221.52-
YUV159.8103.28143.83-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 40%
GREEN value IS 157 (61.72% from 255) = 34.51%
BLUE value IS 116 (45.70% from 255) = 25.49%
R=40%
G=34.51%
B=25.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.36
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18215711600.140.360.2937.2731.1358.43
HexB69D740E241D251f3a
Octal2662351640164435453772
Binary10110110100111011110100011101001001110110010111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B69D74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B69D74; }

 p { color: rgb(182,157,116); }

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

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

 a { background-color: rgb(182,157,116); }

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

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

 span { border-color: rgb(182,157,116); }

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