#B69D70

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

Shades of Fallow #B69D70

Tints of Fallow #B69D70

Color information

#B69D70 (or 0xB69D70) is unknown color: approx Fallow. HEX triplet: B6, 9D and 70. RGB value is (182,157,112). Sum of RGB (Red+Green+Blue) = 182+157+112=451 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.35% from 451); Green value is 157 (61.72% from 255 or 34.81% from 451); Blue value is 112 (44.14% from 255 or 24.83% from 451); Max value from RGB is 182 - color contains mainly: red. Hex color #B69D70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B69D70 is #49628F. Grayscale: #9F9F9F. Windows color (decimal): -4809360 or 7380406. OLE color: 7380406.

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

Color convert

RGB182157112-
CMYK00.140.380.29
HSL38.57º32.41%57.65%-
HSV(B)38.57º38.46%71.37%-
XYZ34.2735.2320.32-
YUV159.34101.28144.16-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 40.35%
GREEN value IS 157 (61.72% from 255) = 34.81%
BLUE value IS 112 (44.14% from 255) = 24.83%
R=40.35%
G=34.81%
B=24.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.38
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18215711200.140.380.2938.5732.4157.65
HexB69D700E261D27203a
Octal2662351600164635474072
Binary101101101001110111100000111010011011101100111100000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B69D70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B69D70; }

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

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

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

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

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

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

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

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