#B69A6B

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

Shades of Fallow #B69A6B

Tints of Fallow #B69A6B

Color information

#B69A6B (or 0xB69A6B) is unknown color: approx Fallow. HEX triplet: B6, 9A and 6B. RGB value is (182,154,107). Sum of RGB (Red+Green+Blue) = 182+154+107=443 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.08% from 443); Green value is 154 (60.55% from 255 or 34.76% from 443); Blue value is 107 (42.19% from 255 or 24.15% from 443); Max value from RGB is 182 - color contains mainly: red. Hex color #B69A6B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B69A6B is #496594. Grayscale: #9D9D9D. Windows color (decimal): -4810133 or 7051958. OLE color: 7051958.

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

Color convert

RGB182154107-
CMYK00.150.410.29
HSL37.6º33.94%56.67%-
HSV(B)37.6º41.21%71.37%-
XYZ33.534.1218.73-
YUV157.0199.78145.82-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 41.08%
GREEN value IS 154 (60.55% from 255) = 34.76%
BLUE value IS 107 (42.19% from 255) = 24.15%
R=41.08%
G=34.76%
B=24.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.41
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18215410700.150.410.2937.633.9456.67
HexB69A6B0F291D262239
Octal2662321530175135464271
Binary101101101001101011010110111110100111101100110100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B69A6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B69A6B; }

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

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

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

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

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

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

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

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