#BDA176

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

Shades of Fallow #BDA176

Tints of Fallow #BDA176

Color information

#BDA176 (or 0xBDA176) is unknown color: approx Fallow. HEX triplet: BD, A1 and 76. RGB value is (189,161,118). Sum of RGB (Red+Green+Blue) = 189+161+118=468 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.38% from 468); Green value is 161 (63.28% from 255 or 34.40% from 468); Blue value is 118 (46.48% from 255 or 25.21% from 468); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA176 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA176 is #425E89. Grayscale: #A4A4A4. Windows color (decimal): -4349578 or 7774653. OLE color: 7774653.

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

Color convert

RGB189161118-
CMYK00.150.380.26
HSL36.34º34.98%60.2%-
HSV(B)36.34º37.57%74.12%-
XYZ3737.6222.45-
YUV164.47101.78145.5-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 40.38%
GREEN value IS 161 (63.28% from 255) = 34.40%
BLUE value IS 118 (46.48% from 255) = 25.21%
R=40.38%
G=34.40%
B=25.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.38
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18916111800.150.380.2636.3434.9860.2
HexBDA1760F261A24233c
Octal2752411660174632444374
Binary101111011010000111101100111110011011010100100100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA176

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA176; }

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

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

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

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

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

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

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

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