#BDA177

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

Shades of Fallow #BDA177

Tints of Fallow #BDA177

Color information

#BDA177 (or 0xBDA177) is unknown color: approx Fallow. HEX triplet: BD, A1 and 77. RGB value is (189,161,119). Sum of RGB (Red+Green+Blue) = 189+161+119=469 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.30% from 469); Green value is 161 (63.28% from 255 or 34.33% from 469); Blue value is 119 (46.88% from 255 or 25.37% from 469); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA177 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA177 is #425E88. Grayscale: #A4A4A4. Windows color (decimal): -4349577 or 7840189. OLE color: 7840189.

HSL color Cylindrical-coordinate representation of color #BDA177: hue angle of 36º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BDA177 is Cyan = 0, Magento = 0.15, Yellow = 0.37 and Black (K on CMYK) = 0.26.

Color convert

RGB189161119-
CMYK00.150.370.26
HSL36º34.65%60.39%-
HSV(B)36º37.04%74.12%-
XYZ37.0637.6422.76-
YUV164.58102.28145.42-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 40.30%
GREEN value IS 161 (63.28% from 255) = 34.33%
BLUE value IS 119 (46.88% from 255) = 25.37%
R=40.30%
G=34.33%
B=25.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.37
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18916111900.150.370.263634.6560.39
HexBDA1770F251A24233c
Octal2752411670174532444374
Binary101111011010000111101110111110010111010100100100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA177

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA177; }

 p { color: rgb(189,161,119); }

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

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

 a { background-color: rgb(189,161,119); }

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

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

 span { border-color: rgb(189,161,119); }

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