#BDA175

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

Shades of Fallow #BDA175

Tints of Fallow #BDA175

Color information

#BDA175 (or 0xBDA175) is unknown color: approx Fallow. HEX triplet: BD, A1 and 75. RGB value is (189,161,117). Sum of RGB (Red+Green+Blue) = 189+161+117=467 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.47% from 467); Green value is 161 (63.28% from 255 or 34.48% from 467); Blue value is 117 (46.09% from 255 or 25.05% from 467); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA175 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA175 is #425E8A. Grayscale: #A4A4A4. Windows color (decimal): -4349579 or 7709117. OLE color: 7709117.

HSL color Cylindrical-coordinate representation of color #BDA175: hue angle of 36.67º 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 #BDA175 is Cyan = 0, Magento = 0.15, Yellow = 0.38 and Black (K on CMYK) = 0.26.

Color convert

RGB189161117-
CMYK00.150.380.26
HSL36.67º35.29%60%-
HSV(B)36.67º38.1%74.12%-
XYZ36.9437.5922.14-
YUV164.36101.28145.58-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 40.47%
GREEN value IS 161 (63.28% from 255) = 34.48%
BLUE value IS 117 (46.09% from 255) = 25.05%
R=40.47%
G=34.48%
B=25.05%

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
Decimal18916111700.150.380.2636.6735.2960
HexBDA1750F261A25233c
Octal2752411650174632454374
Binary101111011010000111101010111110011011010100101100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA175; }

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

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

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

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

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

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

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

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