#B69670

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

Shades of Fallow #B69670

Tints of Fallow #B69670

Color information

#B69670 (or 0xB69670) is unknown color: approx Fallow. HEX triplet: B6, 96 and 70. RGB value is (182,150,112). Sum of RGB (Red+Green+Blue) = 182+150+112=444 (58% of max value = 765). Red value is 182 (71.48% from 255 or 40.99% from 444); Green value is 150 (58.98% from 255 or 33.78% from 444); Blue value is 112 (44.14% from 255 or 25.23% from 444); Max value from RGB is 182 - color contains mainly: red. Hex color #B69670 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B69670 is #49698F. Grayscale: #9B9B9B. Windows color (decimal): -4811152 or 7378614. OLE color: 7378614.

HSL color Cylindrical-coordinate representation of color #B69670: hue angle of 32.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 #B69670 is Cyan = 0, Magento = 0.18, Yellow = 0.38 and Black (K on CMYK) = 0.29.

Color convert

RGB182150112-
CMYK00.180.380.29
HSL32.57º32.41%57.65%-
HSV(B)32.57º38.46%71.37%-
XYZ33.1232.9319.94-
YUV155.24103.6147.09-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 40.99%
GREEN value IS 150 (58.98% from 255) = 33.78%
BLUE value IS 112 (44.14% from 255) = 25.23%
R=40.99%
G=33.78%
B=25.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.38
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18215011200.180.380.2932.5732.4157.65
HexB69670012261D21203a
Octal2662261600224635414072
Binary1011011010010110111000001001010011011101100001100000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B69670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B69670; }

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

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

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

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

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

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

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

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