#BDA378

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

Shades of Fallow #BDA378

Tints of Fallow #BDA378

Color information

#BDA378 (or 0xBDA378) is unknown color: approx Fallow. HEX triplet: BD, A3 and 78. RGB value is (189,163,120). Sum of RGB (Red+Green+Blue) = 189+163+120=472 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.04% from 472); Green value is 163 (64.06% from 255 or 34.53% from 472); Blue value is 120 (47.27% from 255 or 25.42% from 472); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA378 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA378 is #425C87. Grayscale: #A6A6A6. Windows color (decimal): -4349064 or 7906237. OLE color: 7906237.

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

Color convert

RGB189163120-
CMYK00.140.370.26
HSL37.39º34.33%60.59%-
HSV(B)37.39º36.51%74.12%-
XYZ37.4738.3723.2-
YUV165.87102.11144.5-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 40.04%
GREEN value IS 163 (64.06% from 255) = 34.53%
BLUE value IS 120 (47.27% from 255) = 25.42%
R=40.04%
G=34.53%
B=25.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.37
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18916312000.140.370.2637.3934.3360.59
HexBDA3780E251A25223d
Octal2752431700164532454275
Binary101111011010001111110000111010010111010100101100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA378; }

 p { color: rgb(189,163,120); }

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

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

 a { background-color: rgb(189,163,120); }

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

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

 span { border-color: rgb(189,163,120); }

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